ZVON
>
References
>
DOM2 Reference
Intro
/
Search
/
ZVON
DOM2 reference
>
HTML:
HTMLTableElement
>
caption
[Go to standard]
[Glossary]
[Help]
caption (attribute )
Owning interface and usage:
HTMLTableElement
.
caption
Member of these other interfaces:
none
Readonly:
no
Type:
HTMLTableCaptionElement
Description:
Returns the table's
CAPTION
, or void if none exists.
Exception:
DOMException
HIERARCHY_REQUEST_ERR
If the element is not a
CAPTION
.