Function leptos::html::body

source ·
pub fn body(cx: Scope) -> 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.