Lesson 3: Adding Color to Tables

Overview

Adding color to a table helps emphasize important information. You can also add color to individual cells or rows.

Learner Outcomes

In the following lesson the student will learn how to add color to a table.

To add color to a row:

<TABLE>
<TR BGCOLOR="rrbbgg">
 <TD>
 <TD>
<TR>
 <TD>
 <TD>
</TABLE>

To add color to a cell:

<TABLE> <TR>
 <TD BGCOLOR="rrbbgg">
 <TD>
<TR>
 <TD>
 <TD>
</TABLE>

To add color to a Table:

<TABLE BGCOLOR="rrbbgg"> <TR>
 <TD>
 <TD>
<TR>
 <TD>
 <TD>
</TABLE>