HTML and CSS Reference
In-Depth Information
Comments
You can write comments on your code editor by writing the comment command like
this:
Here you can see that there are 3 comments, they are made by using the tag:
<!-- -->
Comments are used to make references in your code; they do not affect the integrity of
the actual webpage, and will not display anywhere but in your text editor. You can also
treat the <! --, start of the comment as the starting tag for a comment and use the --> as
the closing tag of a comment so that you can spread your comment throughout multiple
lines or however you may want it to be.
Search WWH ::




Custom Search