Function pinwheel::elements::html::html[][src]

pub fn html() -> HtmlElement
Expand description

The HTML <html> element represents the root (top-level element) of an HTML document, so it is also referred to as the root element. All other elements must be descendants of this element.