HTMLTableElement.summary

我们的志愿者还没有将这篇文章翻译为 中文 (简体)加入我们帮助完成翻译!
您也可以阅读此文章的English (US)版。

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

文档标签和贡献者