
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:
-
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>
|
|