| |
HTML Tags
Backgrounds and Colors
|
You can find color numbers at many locations on the Web, such as the Color Picker tool, which is available for download in zip format.
| Background image | <BODY BACKGROUND="URL"> |
| Background color | <BODY BGCOLOR="# color number"> |
| Text color | <BODY TEXT="#color number"> |
| Link color | <BODY LINK ="#color number"> |
| Visited link | <BODY VLINK ="#color number"> |
| Active link | <BODY ALINK ="#color number"> |
|