BASE
The base element represents 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.
SYNTAX
HTML
<base attribute-name="attribute-value"></base>
ATTRIBUTES
NAME | VALUE | DESCRIPTION |
---|---|---|
href | URI | Base URL for the document |
target | browsing-context name or keyword | browsing context name or keyword for use in following hyperlinks |