Function leptos_dom::html::body

source ยท
pub fn body() -> HtmlElement<Body>
Expand description

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