TABLES
| HTML TAGS | DEFINITION |
| <TABLE></TABLE> | Table - Creates and ends a table |
| <TR> </TR> | Table Row - Creates and ends a new row |
| <TD> </TD> | Table Data - Displays all data between tags |
| Attribute | Measurement | Function |
| summary | text | purpose/structure for speech output |
| width | Length (pixels) | table width |
| border | Pixels | frame width around table |
| cellspacing | Length (pixels) | spacing between cells |
| cellpadding | Length (pixels) | spacing within cells |