karnaze%netscape.com e7c24ea142 new regression tests, not affecting the build.
git-svn-id: svn://10.0.0.236/trunk@103948 18797224-902f-48f8-a5cc-f745e15eee43
2001-09-27 16:15:46 +00:00

32 lines
661 B
HTML

<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>