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