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

pub fn h6() -> H6Builder
Expand description

The HTML <h1><h6> elements represent six levels of section headings. <h1> is the highest section level and <h6> is the lowest.

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