Function moxie_dom::elements::sectioning::hgroup [−][src]
pub fn hgroup() -> HgroupBuilder
Expand description
The HTML <hgroup>
element represents a multi-level heading for a section of a
document. It groups a set of <h1>–<h6>
elements.
A function for creating a builder which will accept attributes and produce the element.