Function moxie_dom::elements::sectioning::footer[][src]

pub fn footer() -> FooterBuilder
Expand description

The HTML <footer> element represents a footer for its nearest sectioning content or sectioning root element. A footer typically contains information about the author of the section, copyright data or links to related documents.

A function for creating a builder which will accept attributes and produce the element.