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.

HTML Reference

HTML – Data Tag

The <data> tag provides both a machine-readable value for data processing via scripting, and a human-readable value for rendering in a browser. The <data> tag contains the attribute value which contains the information that is to be processed by scripting.