Function moxie_dom::elements::sectioning::section [−][src]
pub fn section() -> SectionBuilder
Expand description
The HTML <section>
element represents a standalone section — which doesn’t have a
more specific semantic element to represent it — contained within an HTML document.
A function for creating a builder which will accept attributes and produce the element.