Function pinwheel::elements::html::div[][src]

pub fn div() -> DivElement
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 in some way using CSS (e.g. styling is directly applied to it, or some kind of layout model like Flexbox is applied to its parent element).