Creates a new <tr> element.
This is equivalent to calling new Element.tag('tr').
Implementation
factory Element.tr() => new Element.tag('tr');
Element.tr constructor - Element - dart:html library
Creates a new <tr> element.
This is equivalent to calling new Element.tag('tr').
factory Element.tr() => new Element.tag('tr');