
Information
The Basics
Text
Pictures
Spacing
Colors
Links
Alignment
Lists/Bullets
Tables
Frames
Multimedia
Forms
ISO Characters
Meta Tags
Contact Us

Email Support
Email Contact
|
 |
 |
Introduction
With tables, you are able to specify a background color for each cell. This allows you to make part of your web
page have one background color, and other parts have other background colors.
Table Color
To add color to one of your table cells, you will need to add the line BGCOLOR="#xxxxxx" to the <TD> tag that you want
colored, so the final result looks like this.
<TD BGCOLOR="#xxxxxx">
The xxxxxx, is replaced with the color code of your choice.
|
index.html - Notepad |
....<BODY>
<TABLE><TR>
<TD BGCOLOR="#C0C0C0"> The Background Is Gray </TD>
</TR></TABLE>
</BODY>....
|
|
|
My Homepage - Microsoft Internet Explorer |
|
|
Test Your HTML
|
|