Function moxie_dom::elements::text_content::hr [−][src]
pub fn hr() -> HrBuilder
Expand description
The HTML <hr>
element represents a thematic break between paragraph-level elements:
for example, a change of scene in a story, or a shift of topic within a section.
A function for creating a builder which will accept attributes and produce the element.