|   
 Table Demo With BordersTo add a 3-D border to your tables, you need to specifiy it in the <table> tag. The Border specification is given in pixels.  The table in this slide is 5 pixels wide.  The tag should look like: <table border=5>
 
 
<TABLE Border=5>
 
| <TR> <TD VALIGN=Center Align=TOP>
 Row 1 Col 1
 </TD>
 | <TD> Row 1 Col 2
 </TD>
 | <TD> Row 1 Col 3
 </TD></TR>
 |  
| <TR> <TD VALIGN=Center Align=Left>
 Row 2 Col 1
 </TD>
 | <TD COLSPAN=2> Row 2 Col 2
 </TD></TR>
 |  
</TABLE> 
 
 
 Back to the Lessons Index Page |