Add Comments
How to Add Comments in the Html Code
Comments can start with <!-- and end with -->. Comments can be inserted anywhere in the html code. Any text entered between the comment blocks will not show on the html page. Comments can be seen by viewing the source code of the html file.
Sample Comment Code
<!-- Type comments between these blocks -->
