Bill Kennelly's HTML Tag Reference
<!-- ... --> - comment not read by browser
Description
The <!-- --> (comment) tag will be ignored, and therefore not displayed by the browser. It is useful for putting reminders or explanations in your HTML code. It can also be used to hide JavaScript from non-compatible browsers.
Syntax
<!-- Anything here is ignored by the browser -->
< >
Attributes
No Attributes.

Tag Ref. A-ZBill Kennelly ©1999 - 2000Tag Groups