Base

End Tag: Omitted
Support Key: 2 | 3 | 3.2 | 4 | IE1 | M2 | N1 | O2.1
What is it?
Attributes
Tag Example
Parent/Content Model
Tips & Tricks
Browser Peculiarities
= Index DOT Html by Brian Wilson [bloo@blooberry.com] =
Main Index | Element Tree | Element Index | HTML Support History


What is it?
The BASE element allows global reference information to be set. Use of the HREF attribute provides a base address for interpreting all relative URL references in a document when the document is read out of context. The TARGET attribute specifies a global frame destination name to be used for page activation changes (in links, forms and image maps.)

Specific Attributes
Href
2 | 3 | 3.2 | 4 | IE1 | M2 | N1 | O2.1
Required? Yes
Description:
Indicates the base URL to interpret relative URLS in the current document.
Values: Should be an absolute URL (no relative references.)
Target
2 | 3 | 3.2 | 4 | IE3A1 | M | N2 | O2.1
Required? No
Description:
Specifies the common Target frame for hyperlinks to load to when activated. The value for this attribute can be overridden on a case-by-case basis by indicating a different value in an A, AREA, or FORM element.
Values:
Alphanumeric string representing the destination frame name. Special reserved TARGET names apply here as well.
Example
<base HREF="http://www.foo.com" TARGET="_top">
Parent Model
<head>
Content Model
This element does not accept any content.
Tips & Tricks Browser Peculiarities
Boring Copyright Stuff...