Code:
CODE
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Alternate colored tables</title>
</head>
<body>
<table width="100%" border="0" hspace="0" vspace="0">
<tr bgcolor="#0000FF" id="row1">
<th scope="col"> </th>
<th scope="col"> </th>
<th scope="col"> </th>
</tr>
<tr bgcolor="#0000FF" id="row2">
<th scope="row"> </th>
<td> </td>
<td> </td>
</tr>
<tr>
<th scope="row" id="row3"> </th>
<td> </td>
<td> </td>
</tr>
<tr bgcolor="#0000FF" id="row4">
<th scope="row"> </th>
<td> </td>
<td> </td>
</tr>
<tr bgcolor="#0000FF" id="row5">
<th scope="row"> </th>
<td> </td>
<td> </td>
</tr>
<tr>
<th scope="row"> </th>
<td> </td>
<td> </td>
</tr>
<tr bgcolor="#0000FF" id="row6">
<th scope="row"> </th>
<td> </td>
<td> </td>
</tr>
<tr bgcolor="#0000FF" id="row7">
<th scope="row"> </th>
<td> </td>
<td> </td>
</tr>
</table>
</body>
</html>
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Alternate colored tables</title>
</head>
<body>
<table width="100%" border="0" hspace="0" vspace="0">
<tr bgcolor="#0000FF" id="row1">
<th scope="col"> </th>
<th scope="col"> </th>
<th scope="col"> </th>
</tr>
<tr bgcolor="#0000FF" id="row2">
<th scope="row"> </th>
<td> </td>
<td> </td>
</tr>
<tr>
<th scope="row" id="row3"> </th>
<td> </td>
<td> </td>
</tr>
<tr bgcolor="#0000FF" id="row4">
<th scope="row"> </th>
<td> </td>
<td> </td>
</tr>
<tr bgcolor="#0000FF" id="row5">
<th scope="row"> </th>
<td> </td>
<td> </td>
</tr>
<tr>
<th scope="row"> </th>
<td> </td>
<td> </td>
</tr>
<tr bgcolor="#0000FF" id="row6">
<th scope="row"> </th>
<td> </td>
<td> </td>
</tr>
<tr bgcolor="#0000FF" id="row7">
<th scope="row"> </th>
<td> </td>
<td> </td>
</tr>
</table>
</body>
</html>

