Тег BASE
BASE
<BASE
HREF=string
CLASS=string
ID=string
LANG=string
LANGUAGE=JAVASCRIPT
| JSCRIPT | VBS | VBSCRIPT
TARGET=string
TITLE=string
>
Specifies the document's base URL.
- HREF=
- Specifies the document's full URL in case the document gets read out of
context and the reader wants to refer to the original.
- CLASS=
- Specifies the class of the tag being defined. This is most often used to
associated a sub-classed style sheet with the tag.
- ID=
- An SGML identifier used as the target for hypertext links or for naming
particular elements in associated style sheets. Valid names to script with are
any alphanumeric string that begins with a letter. Valid special characters
include underbar "_".
- LANG=
- This specifies the language to use. The specifier is an ISO standard
language abbreviation.
- LANGUAGE=
- Specifies the language that the current script is written in. JavaScript is
the default for this attribute.
- TARGET=
- Specifies the window or frame to target the contents at.
- TITLE=
- The Title attribute is used to provide advisory information.
Base is used to ensure that your document is not reviewed out of context.
This element may only be used within the HEAD tag.