<base/> Tag Attributes
Attributes of the <base/> tag
| global attributes | In addition to the personal attributes of the <base> tag below, any of the common HTML attributes can also be coded. |
| href | a URI reference that resolves to a URL that will be used to resolve other URI references in the document. Use percent escape codes as explained in the URL-encoding tutorial for any special characters in the URI reference. If the value of the
If the protocol scheme, username, host name/IP address and port number are omitted the default is the current host - the same server as the base of the current document. If the path starts with a slash |
target |
target="_self" or target="" (default)target="_top"target="_blank"target="_parent"target="name" |