Basic Color Codes
| #ff8080 | #ffff80 | #80ff80 | #00ff80 | #80ffff | #0080ff | #ff80c0 | #ff80ff |
| #ff0000 | #ffff00 | #80ff00 | #00ff40 | #00ffff | #0080c0 | #8080c0 | #ff00ff |
| #804040 | #ff8040 | #00ff00 | #008080 | #004080 | #8080ff | #800040 | #ff0080 |
| #800000 | #ff8000 | #008000 | #008040 | #0000ff | #0000a0 | #800080 | #8000ff |
| #400000 | #804000 | #004000 | #004040 | #000080 | #000040 | #400040 | #400080 |
| #000000 | #808000 | #808040 | #808080 | #408080 | #c0c0c0 | #400040 | #ffffff |
Background Color
<body bgcolor=#000000>
To add color to the background of an entire table, place the "bgcolor" tag inside of the opening "table" tag. To make the background blue, for example, use the following code:
<table bgcolor=#0080ff>
To add color to the background of a cell within a table, place the "bgcolor" tag inside of the opening "td" tag. To make the background red, for example, use the following code:
<td bgcolor=#ff0000>
There are a number of different ways to alter text color. One of the easiest is to use the "font color" tag pair. To make the text brown, for example, use the following code:
<font color="#804000">This text will appear brown</font>
Background Images
<body background="icon29.gif">
Table Backgrounds
<table background="icon29.gif">
Cell Backgrounds
<td background="icon29.gif">