<BASE>
Defines a URI which should serve as the base path for all
relative URIs which appear in the HTML.
This element should be placed within the HEAD section
of an HTML document.
Attributes
Attribute |
Description |
ID |
Identifies this tag to reference in script (program code) |
CLASS |
Define the class used to render this element (defined by a style sheet) |
TITLE |
A title that is associated with the element (displayed as a tooltip in Internet Explorer) |
HREF |
Defines the resource (URI) which should serve as the base path for all relative links found in the HTML document |
|
Example
<BASE href="http://www.domainname.com/catalog/products/intro.html">
Compatibility
HTML 4.01
|