W3cubDocs

/DOM

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

© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableElement/summary