Element.th constructor
Element.th()
Creates a new <th> element.
This is equivalent to calling new Element.tag('th').
Implementation
factory Element.th() => Element.tag('th');
Creates a new <th> element.
This is equivalent to calling new Element.tag('th').
factory Element.th() => Element.tag('th');