HTMLTableSectionElement.thead constructor

HTMLTableSectionElement.thead()

Creates an HTMLTableSectionElement using the tag 'thead'.

Implementation

HTMLTableSectionElement.thead() : _ = document.createElement('thead');