HTMLTableSectionElement.tbody constructor

HTMLTableSectionElement.tbody()

Creates an HTMLTableSectionElement using the tag 'tbody'.

Implementation

HTMLTableSectionElement.tbody() : _ = document.createElement('tbody');