创建一个新的 <th> 元素。
<th>
这相当于调用 new Element.tag('th')。
new Element.tag('th')
factory Element.th() => new Element.tag('th');