|
Table attribute name
Table attribute name
|
Value
Value
|
Description
Description
|
|---|---|---|
| align | left, center, right | Not supported in HTML5. Deprecated in HTML 4.01. Specifies the alignment of a table according to surrounding text |
| bgcolor | rgb(x,x,x), #xxxxxx, colorname | Not supported in HTML5. Deprecated in HTML 4.01. Specifies the background color for a table |
| border | 1,"" | Specifies whether the table cells should have borders or not |
| cellpadding | pixels | Not supported in HTML5. Specifies the space between the cell wall and the cell content |
| cellspacing | pixels | Not supported in HTML5. Specifies the space between cells |
| frame | void, above, below, hsides, lhs, rhs, vsides, box, border | Not supported in HTML5. Specifies which parts of the outside borders that should be visible |
| rules | none, groups, rows, cols, all | Not supported in HTML5. Specifies which parts of the inside borders that should be visible |
| summary | text | Not supported in HTML5. Specifies a summary of the content of a table |
| width | pixels, % | Not supported in HTML5. Specifies the width of a table |