<!-- ... --> - 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-Z
Bill Kennelly ©1999 - 2000
Tag Groups