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