Base url for relative urls  - <BASE>

Previous- B - Bold text  |  Next-BASEFONT - Base/master font.

Description
This attribute specifies an absolute URL that acts as the base URL for resolving relative URLs. When present, the BASE element must appear in the HEAD section of an HTML document, before any element that refers to an external source. We recommend that this is used very carefully as it can result in all web page links becoming invalid if the structure of a web site is changed.
Attributes
NameValuesDescription
hrefurlAnchor reference as a URL.
targetwindow_name|_parent|_blank|_top|_selfWindow or frame where the new page should be loaded.

Example
<base href="http://www.mycompany.com/directory/">
This example can not be displayed.
Compatability
HTMLNETSCAPEINTERNET EXPLORER
4.1N2N3N4N6IE3IE4IE5IE6
NO YES YES YES YES YES YES YES YES

Previous- B - Bold text  |  Next-BASEFONT - Base/master font.