The base element specifies a document-wide base URL for the purposes of resolving relative URLs, and a document-wide default browsing context name for the purposes of following hyperlinks.
empty (void element)
global attributes & href★ & target or target★
_blank
",
"_self
",
"_parent
",
or
"_top
".
The base element is a void element. A base element must have a start tag but must not have an end tag.
interface HTMLBaseElement : HTMLElement { attribute DOMString href; attribute DOMString target; };