Function leptos_dom::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.
pub fn body(cx: Scope) -> HtmlElement<Body>The <body> HTML element represents the content of an HTML document. There can be only one <body> element in a document.