HTMLTableElement: summary property
Deprecated
Avoid using this feature in new projects. Some table styling attributes have no effect. They are superseded by CSS. This feature may be a candidate for removal from web standards or browsers.>
The HTMLTableElement.summary property represents the
table description.
Value
A string.
Examples
js
HTMLTableElement.summary = "Usage statistics";
Specifications
| Specification |
|---|
| HTML> # dom-table-summary> |