Back to Content

HTMLTableElement: summary property

files/en-us/web/api/htmltableelement/summary/index.md

latest292 B
Original Source

{{APIRef("HTML DOM")}} {{Deprecated_Header}}

The HTMLTableElement.summary property represents the table description.

Value

A string.

Examples

js
HTMLTableElement.summary = "Usage statistics";

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}