Function leptos_dom::html::head
source · pub fn head(cx: Scope) -> HtmlElement<Head>
Expand description
The <head>
HTML element contains machine-readable information (metadata) about the document, like its title, scripts, and style sheets.