TABLES
This comes in two parts. The first is to illustrate the various attributes for a table. The second part is to zone the table
To return to the previous page, click the Back button at the top left hand corner of your browser

 
All tables below has the dimensions of 500 pixels wide and 100 pixels tall.
 
< table width="550" height="100" bgcolor="#99ccff"> < tbody > < tr > < td >

 

< /td > < /tr > < /tbody > < /table >

 
< table width="550" height="100" bgcolor="#99ccff" border="10" > < tbody > < tr > < td >

 

< /td > < /tr > < /tbody > < /table >


PART II