HTMLTableElement.summary
The HTMLTableElement.summary
property represents the table description.
Syntax
JavaScript
Copy Code
HTMLTableElement.summary =
string;
var
string =
HTMLTableElement.summary;
Example
js;gutter:false
Copy Code
HTMLTableElement.summary = "Usage statistics";
Specification
- W3C DOM 2 HTML Specification
License
© 2016 Mozilla Contributors
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-us/docs/web/api/htmltableelement/summary