Element.footer constructor

Element.footer()

Creates a new <footer> element.

This is equivalent to calling new Element.tag('footer').

Implementation

factory Element.footer() => new Element.tag('footer');