HTML reference: <base>
Availability
|
BlackBerry®
Device Software 4.0 or later
|
The <base> element specifies an absolute URI that acts as the base URI for resolving relative URIs.
Attributes
Attribute
|
Value(s)
|
Description
|
Availability
|
href
|
URI
|
Required. This attribute specifies an absolute URI that acts as the base URI for resolving relative URIs.
|
4.0 or later
|
target
|
frame_target
|
This attribute specifies where the target documents of all links will be opened. This attribute can be overridden by defining the target attribute for each <a> or <link> element. The value can be the id attribute of the target frame, or can have one of the following special values:
- _blank: Default. The document opens in a new window.
- _self: The document opens in the current frame.
- _parent: The document opens in the parent frameset.
- _top: The document opens in the full window.
|
4.6 or later
|
Index
Was this information helpful? Send us your comments.