Function moxie_dom::elements::metadata::head [−][src]
pub fn head() -> HeadBuilder
Expand description
The HTML <head>
element contains machine-readable information (metadata) about
the document, like its title, scripts, and style sheets.
A function for creating a builder which will accept attributes and produce the element.