Elements
HTML
Comments
Comments allow additional information within the source code of the HTML document.
<!-- comments -->
Comments start with <!-- and end with -->.
<!-- This is a comment -->
<!-- This is also
a comment -->
