Function moxie_dom::elements::metadata::base [−][src]
pub fn base() -> BaseBuilder
Expand description
The HTML <base> element
specifies the base URL to use for all relative URLs
contained within a document. There can be only one <base>
element in a document.
If either of its inherent attributes are specified, this element must come before other elements with attributes whose values are URLs, such as ’s href attribute.
A function for creating a builder which will accept attributes and produce the element.