HTML Comment Element
Prevents any enclosed text or HTML source code from being parsed and displayed in the browser window.
Remarks
Comments can contain other HTML elements. Comments do not nest.
Start and end tags are required.
Example
This example uses HTML COMMENT tags, "<!-- -->", to insert a comment in an HTML document.
<!-- This text will not appear in the browser window. -->
See Also
COMMENT
Did you find this topic useful? Suggestions for other topics? write us!
© 1999 microsoft corporation. all rights reserved. terms of use.