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