Function moxie_dom::elements::metadata::title[][src]

pub fn title() -> TitleBuilder
Expand description

The HTML Title element (<title>) defines the document’s title that is shown in a browser’s title bar or a page’s tab.

A function for creating a builder which will accept attributes and produce the element.