HTMLTableElement.summary

The HTMLTableElement.summary property represents the table description.

Syntax

JavaScript
HTMLTableElement.summary =
string;
var
string =
HTMLTableElement.summary;

Example

js;gutter:false
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

API HTML DOM HTMLTableElement NeedsBrowserCompatibility NeedsSpecTable Property Reference Référence