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