Element.footer constructor
Creates a new <footer>
element.
This is equivalent to calling new Element.tag('footer')
.
Implementation
factory Element.footer() => new Element.tag('footer');
Creates a new <footer>
element.
This is equivalent to calling new Element.tag('footer')
.
factory Element.footer() => new Element.tag('footer');