ZVON > References > DOM2 Reference

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.