HTMLTableSectionElement.thead constructor
Creates an HTMLTableSectionElement using the tag 'thead'.
Implementation
HTMLTableSectionElement.thead() : _ = document.createElement('thead');
Creates an HTMLTableSectionElement using the tag 'thead'.
HTMLTableSectionElement.thead() : _ = document.createElement('thead');