HTML Tutorials

HTML – Comments

The HTML comment tag is used to insert comments in the source code of the page. Anything placed in the space between the two opening and closing tag is considered a comment and is not displayed in the browser.

HTML Reference

HTML – Comment Tag

The HTML comment tag <!– –> is used to insert comments in the source code of the page. Anything placed in the space inside the <!– –> tag are considered comments and are not displayed in the browser.

CSS Tutorials

CSS – Comments

CSS comments are used for notes in the style blocks, whether inline, in the document head, or an external file. Comments are not displayed in the browser.