| Name | Type | Default | Comment |
|---|
| border | CDATA | #IMPLIED | integer representing length in pixels; controls frame width around table |
| cellpadding | CDATA | #IMPLIED | nn for pixels or nn% for percentage length; spacing within cells |
| cellspacing | CDATA | #IMPLIED | nn for pixels or nn% for percentage length; spacing between cells |
| class | CDATA | #IMPLIED | space-separated list of classes |
| dir | ( ltr | rtl ) | #IMPLIED | direction for weak/neutral text |
| frame | ( void | above | below | hsides | lhs | rhs | vsides | box | border ) | #IMPLIED | which parts of frame to render |
| id | ID | #IMPLIED | document-wide unique id |
| lang | NMTOKEN | #IMPLIED | language code (backwards compatible); language code as RFC3066 |
| onclick | CDATA | #IMPLIED | a pointer button was clicked; script expression |
| ondblclick | CDATA | #IMPLIED | a pointer button was double clicked; script expression |
| onkeydown | CDATA | #IMPLIED | a key was pressed down; script expression |
| onkeypress | CDATA | #IMPLIED | a key was pressed and released; script expression |
| onkeyup | CDATA | #IMPLIED | a key was released; script expression |
| onmousedown | CDATA | #IMPLIED | a pointer button was pressed down; script expression |
| onmousemove | CDATA | #IMPLIED | a pointer was moved within; script expression |
| onmouseout | CDATA | #IMPLIED | a pointer was moved away; script expression |
| onmouseover | CDATA | #IMPLIED | a pointer was moved onto; script expression |
| onmouseup | CDATA | #IMPLIED | a pointer button was released; script expression |
| rules | ( none | groups | rows | cols | all ) | #IMPLIED | defines which rules to draw between cells; if rules is absent then assume "none" if border is absent or border="0" otherwise "all"; rulings between rows and cols |
| style | CDATA | #IMPLIED | associated style info; style sheet data |
| summary | CDATA | #IMPLIED | text used for titles; purpose/structure for speech output |
| title | CDATA | #IMPLIED | advisory title; text used for titles |
| width | CDATA | #IMPLIED | nn for pixels or nn% for percentage length; table width |
| xml:lang | NMTOKEN | #IMPLIED | language code (as per XML 1.0 spec); language code as RFC3066
|