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