The cover of The Complete Idiot's Guide to Create a Web Page The Complete Idiot's HTML Tag Reference

| Index | Previous Tag: <COLGROUP> | Next Tag: <DD> |


<Comments>

Hides text so that it doesn't appear in the browser.

Support:

HTML StandardInternet ExplorerNetscape Navigator
2.0 and later 1.0 and later 1.0 and later
Notes:
  • Use the <!-- tag to begin a comment.
  • Use the --> tag to end the comment.
  • Most Webmasters use comments as a way of writing notes to themselves about the page, or about sections within the page.
Attributes:
None
Example:
This text is displayed.<BR>
<!--
This text isn't displayed.
-->
This is displayed, too.
How It Looks:
This text is displayed.
This is displayed, too.

| Index | Previous Tag: <COLGROUP> | Next Tag: <DD> |