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