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