In
HTML a comment (or comments) is information designers
can add to the HTML for reference. Comments are not viewed by users within a
browser, but rather are only visible when viewing the HTML source code. HTML
comments are written as the following, where you add your own textual note
between the characters;
<!-- your information here -->