IE TV

<COMMENT>...</COMMENT>

Used to insert comments in the HTML source which will be ignored by the browser. Note that HTML tags inside the comment will not be ignored.

If the text you want to comment contains HTML tags you must use the !-- tag because this ignores all HTML tags also.

** None **

 
Source:
<UL>
 <LI>Item one in the list.
 <LI>The second item
<COMMENT>Add items as they come available</COMMENT>
</UL>
 
Result:
  • Item one in the list.
  • The second item Add items as they come available


Statistics Copyright © 1996, 1997 Rob Schlüter
Last updated 1997/05/01
Email: schluter@knoware.nl