Function moxie_dom::elements::text_semantics::br [−][src]
pub fn br() -> BrBuilder
Expand description
The HTML <br>
element produces a line break in text (carriage-return). It is useful
for writing a poem or an address, where the division of lines is significant.
A function for creating a builder which will accept attributes and produce the element.