Background Color
By default browsers display text in black on a gray background.
You can change both if you want. Always preview your selections - some can be difficult to read.
You change the color of text, links, visited links, and active links using attributes of the <BODY> tag.
example: <BODY BGCOLOR=“#000000” TEXT=“#FFFFFF” LINK=“#9690CC”>
creates a window with black background, white text, and silvery hyperlinks
The six digits are three two-digit numbers in sequence, representing the amount of red, green, and blue as hexadecimal values from 00-FF.
Examples: 000000 is black (no color at all)
FFFFFF is white (fully saturated with all 3 colors)