Using backgrounds and colors in HTML documents

Use these tags to set colors, and add colored backgrounds to your Web pages.

 

Tiled Bkground <BODY BACKGROUND="URL">

Bkground Color <BODY BGCOLOR="#$$$$$$"> (order is red/green/blue)

Text Color <BODY TEXT="#$$$$$$">

Link Color <BODY LINK="#$$$$$$">

Visited Link <BODY VLINK="#$$$$$$">

Active Link <BODY ALINK="#$$$$$$">

 

 

Note

The dollar signs represent a hexadecimal code. The first two digits represent the amount of red, the middle two digits represent the amount of green and the last two digits represent the amount of blue in your color. Replace the dollar signs with any number from 0 to 9, or any letter from A to F. The numbers are additive, and the letters are higher than the numbers, so #000000 is black, #777777 is gray,  #FFFFFF is white, #FF0000 is pure red, #00FF00 is pure green, and #0000FF is pure blue.