Bill Kennelly's HTML Tag Reference
BASE - base URL
Description
The <BASE> tag specifies the base URL for the document. All relative links are derived from this URL. It can also be used to specify the base window in which the destination document will be displayed in. The tag should be used in the HEAD tags
Syntax
<BASE HREF="baseURL" TARGET="WindowName">
Attributes
HREF specifies the location of the document, using the full path name. All relative links will be relative to this location.
TARGET specifies the default window or frame to be used to display any documents that are opened by clicking a link in this document.

Tag Ref. A-ZBill Kennelly ©1999 - 2000Tag Groups