HTMLTableElement: caption 屬性
HTMLTableElement.caption 屬性表示表格的標題。如果表格沒有關聯的標題元素,則此屬性為 null。
值
字串。
示例
js
if (table.caption) {
// Do something with the caption
}
規範
| 規範 |
|---|
| HTML # dom-table-caption-dev |
瀏覽器相容性
載入中…
另見
- 實現此屬性的介面:
HTMLTableElement。