Adding Comments
Sometimes you might want to add comments while your writing your HTML code so that when you come back at a later time to edit them, you know which section of your code was responsible for what.
You can add comments anywhere in your HTML by using the tags, <!-- and -->
You type your comments in between these two codes.
Your comments will only appear in your code and will not be displayed to your web site's visitors.