Table Demo With Borders
To 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>
| <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> | |
| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 
