Does This Work?
<html>
<head>
<title>Project 7</title>
<style type="text/css">
td.color1
{
background: red;
}
td.color2
{
background: blue;
}
</style>
</head>
<body>
<table border="3" width="50%" cellpadding ="30">
<tr>
<td class="color1"> </td>
<td> </td>
<td> </td>
<td...