Function moxie_dom::elements::body[][src]

pub fn body() -> BodyBuilder
Expand description

The HTML <body> element represents the content of an HTML document. There can be only one <body> element in a document.

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