HTMLElement.footer constructor

HTMLElement.footer()

Creates an HTMLElement using the tag 'footer'.

Implementation

HTMLElement.footer() : _ = document.createElement('footer');