Table attributes
 
 Border color: light and dark
 
  | BODERCOLORLIGHT=Black | BORDERCOLORLIGHT=White | 
 
 If your client supports BORDERCOLORLIGHT and BORDERCOLORDARK; then the preceding and following images will be similar.
  
 
 <TABLE BORDER=3 BORDERCOLORLIGHT=Black BORDERCOLORDARK=White>
  <TR><TD>BODERCOLORLIGHT=Black</TD><TD>BORDERCOLORLIGHT=White</TD></TR>
 </TABLE>
 
 Border color
 
 If your client supports BORDERCOLOR in tables; then thee preceding and following images will be similar.
  
 
 <TABLE BORDERCOLOR=Red BORDER=3>
  <TR><TD>BORDERCOLOR=Red</TD></TR>
 </TABLE>
 
 Table cell color
 
 
 If your client supports background color in tables; then the preceding and following images will be similar.
  
<TABLE BORDER=5>
 <TR>
  <TD BGCOLOR=Green> This </TD>
  <TD BGCOLOR=Aqua> Space </TD>
  <TD BGCOLOR=#FF0000> For </TD>
  <TD BGCOLOR=Fuchsia> Rent </TD>
 </TR>
</TABLE>
 Table background
 
 
 | If your browser supports background attribute to the <td> 
    tag, you should see a picture of a tv set in the background. | If your browser supports background attribute to the <td> 
    tag, you should see a picture of a tv set in the background. | 
 
    If your browser supports background attribute to the <td> 
    tag, you should see a picture of a tv set in the background of each cell 
    in the table above.

©1998 
The Web Resources Group