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