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


What is it?
The BASE tag is an optional element that provides a base address for interpreting relative URLs when the document is read out of context.
Attributes
Href
2 | 3 | 3.2 | IE1 | M2 | N1
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 | IE3A1 | M | N2
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 tag.
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 tag accepts no content
Tips & Tricks Browser Peculiarities
Boring Copyright Stuff...