
| The <BGCOLOR=> attribute is used within the <TABLE> <TH><TR> <TD> tags.
![]()
<TABLE BORDER=1 BGCOLOR="Lime">
<TR>
<TD></TD>
<TH BGCOLOR="Aqua">Odd Numbers</TH>
<TH BGCOLOR="Fuchsia">Even Numbers</TH>
</TR>
<TR>
<TH ROWSPAN=2>
The<BR>First<BR>Four<BR>Numbers</TH>
<TD BGCOLOR="Aqua">1</TD>
<TD BGCOLOR="Fuchsia">2</TD>
</TR>
<TR BGCOLOR="Red">
<TD>3</TD>
<TD>4</TD>
</TR>
</TABLE>
|
Notes: