HTMLTableSectionElement.tfoot constructor

HTMLTableSectionElement.tfoot()

Creates an HTMLTableSectionElement using the tag 'tfoot'.

Implementation

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