<!-- Comments -->
Description
The comment tag is used to insert comments into the HTML document. Anything inside the comment tag does not show up in the browser.
Code
<!-- YOUR COMMENT HERE -->