HTM17


DESCRIPTION :

OUTPUT :

SOURCE CODE :





DESCRIPTION :


HTM17 comments that you do not want to be displayed.



OUTPUT :

This is a page with black background and text changed to white.


SOURCE CODE:


<HTML>
<HEAD>
<TITLE>HTM17. Invisible Comments</TITLE>
</HEAD>

<BODY BGCOLOR=#000000 TEXT=#FFFFFF>
<!­­
This is my comment which will not be displayed on the page.
­­>
This is a page with black background and text changed to white.
</BODY>

</HTML>

RETURN