<html>
<title>Color Tutorial</title>
<body bgcolor="006633" text="FFFFFF" link="DD0000" vlink="6600CC">
<font color="ff0ff0">Hello!</font>
This command prints the following:
Hello!
Notice the color assignment is the same as before - RGB (Red, Green, Blue) Triplet Hex code. This can even be used to make rainbow words - You simply put the color tags around each letter instead of each word - here is an example:
<font color="ff0000">C</font><font color="00FF00">O</font><font color= "0000ff">L</font><font color="ffff00">O</font><font color="00ffff">R</font>
Gives you:
COLOR
More Info here regarding HTML color and colorblindness
Dylan W. Humphrey
Swarthmore Class of 1998
Check out my Server Side Include
tutuorial, too!
Or the HTML Coded Character
Set