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