Element.footer 构造函数

Element.footer()

创建一个新的 `

` 元素。

这与调用 new Element.tag('footer') 相当。

实现

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