Element.th constructor - Element - dart:html library (original) (raw)

description

Element.th()

Creates a new <th> element.

This is equivalent to calling new Element.tag('th').

Implementation

factory Element.th() => new Element.tag('th');