<Html>
<HEAD>
<link href="13.css" rel="stylesheet">
</HEAD>
<BODY>
<TABLE hight="400" width="140" align="left">
<tr> <td class=tr1> </td></tr>
<tr> <td class=tr2> </td></tr>
<tr> <td class=tr3> </td></tr>
</TABLE>
</BODY>
</html>
css:
table{bordercolor:red; border-style:dotted;}
.tr1{background-color="red"; bordercolor="red"; border="3"; border-style="dotted";}
.tr2{background-color="yellow"; bordercolor="red"; border="3"; border-style="dotted";}
.tr3{background-color="green"; bordercolor="red"; border="3"; border-style="dotted";}