pub fn base() -> HtmlElement<Base, (), ()>Expand description
The <base> HTML element specifies the base URL to use for all relative URLs in a document. There can be only one <base> element in a document.
pub fn base() -> HtmlElement<Base, (), ()>The <base> HTML element specifies the base URL to use for all relative URLs in a document. There can be only one <base> element in a document.