July 1998
Intermediate to advanced
1456 pages
65h 5m
English
HREF — NN all IE all HTML all
HREF=”URL"Optional
The HREF attribute is a URL of a document whose
server path is to be used as the base URL for all relative references
in the document. This is typically the URL of the current document,
but it can be set to another path if it makes sense to your document
organization and directory structure.
<BASE HREF="http://www.megacorp.com/products/index.html">
This should be a full and absolute URL to a document.
Current document pathname.
[window.]document.all.tags(“base”)[0].href
Read now
Unlock full access