Skip to main content

base

Function base 

Source
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.