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