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