HTM17


BACK

DESCRIPTION

OUTPUT

SOURCE CODE






DESCRIPTION:

     The <FONT> tag has the attributes FACE, COLOR, and SIZE. COLOR - is used to change the color of a region of text.


..Back to the top..



OUTPUT:


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


..Back to the top..



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>


..Back to the top..