| Attribute |
Description |
| Rows |
Determines the number of table rows. |
| Columns |
Determines the number of table columns. |
| Table Width |
Specifies the width of the table in pixels, or as a percentage of the browser window's width. |
| Border Thickness |
Specifies the width, in pixels, of the table's borders. |
| Cell Spacing |
Determines the number of pixels between adjacent table cells. |
| Cell Padding |
Determines the number of pixels between a cell's border and its contents. |
| None |
Does not enable column or row headings for the table. |
| Left |
Makes the first column of the table a column for headings, so that you can enter a heading for each row of the table. |
| Top |
Makes the first row of the table a row for headings, so that you can enter a heading for each column of the table. |
| Both |
Enables you to enter column and row headings in the table. |
| Caption |
Provides a table title which displays outside of the table. |
| Summary |
Provides a table description. Screen readers read the summary text, but the text does not appear in the user's browser. |