Function moxie_dom::elements::text_content::div[][src]

pub fn div() -> DivBuilder
Expand description

The HTML Content Division element (<div>) is the generic container for flow content. It has no effect on the content or layout until styled using CSS.

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