Function moxie_dom::elements::html  [−][src]
pub fn html() -> HtmlBuilderExpand description
The <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.
A function for creating a builder which will accept attributes and produce the element.