Coloring the background
The above line uses the following BODY tag attribute to set
background color to yellow text on a blue background
<BODY TEXT="#FFFF00" BGCOLOR="#9999FF">
TEXT="#RRGGBB" and BGCOLOR="#RRGGBB" attributes use two digits
each for red green and blue.
Back to Chet's HTML Primer page