blob: f9e4d41ce9bd384edb48abc2d09b71a70e1c7ded [file] [log] [blame]
<HTML>
<HEAD>
<TITLE>
Table Background Demonstration
</TITLE>
</HEAD>
<BODY>
<TABLE border=1 cellspacing=5 bgcolor="red">
<TR bgcolor="blue">
<TD bgcolor="green">Cell A</TD>
<TD>Cell B</TD>
<TD>Cell C</TD>
<TD>Cell D</TD>
</TR>
<TR>
<TD>Cell E</TD>
<TD>Cell F</TD>
<TD>Cell G</TD>
<TD>Cell H</TD>
</TR>
<TR>
<TD>Cell I</TD>
<TD>Cell J</TD>
<TD>Cell K</TD>
<TD>Cell L</TD>
</TR>
</TABLE>
</BODY>
</HTML>