Creates a new <footer> element. /// /// This is identical to calling new Element.tag('footer').

Source

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