Function leptos::html::title

source ·
pub fn title() -> HtmlElement<Title>
Expand description

The <title> HTML element defines the document’s title that is shown in a Browser’s title bar or a page’s tab. It only contains text; tags within the element are ignored.