CSS- Comment
Comment
; is used to indicate a certain part that is hidden and not showing in the result, but still visible in the code.
To add a comment, press command + /
e.g. Make the font style a comment
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset...
olliekim.hashnode.dev1 min read