Category: Formatting | Previous: WBR | Next: BR

<!-- -->

Description:

A comment. Anything contained within the comment element will be ignored by the browser.

Syntax:

<!-- ... -->

Attributes:

Attribute Value Description
None

Notes:

Example:

<P> This material will be displayed </P>
<!-- <P> This material will not be displayed </P> -->


This material will be displayed


Index: HTML Reference | Previous: WBR | Next: !DOCTYPE