HTMLTableElement.summary
The HTMLTableElement.summary
property represents the table description.
Syntax
HTMLTableElement.summary = string; var string = HTMLTableElement.summary;
Example
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