HTMLTableRowElement constructor
HTMLTableRowElement()
Creates an HTMLTableRowElement using the tag 'tr'.
Implementation
HTMLTableRowElement() : _ = document.createElement('tr');
Creates an HTMLTableRowElement using the tag 'tr'.
HTMLTableRowElement() : _ = document.createElement('tr');