 |
Thursday, November 26, 2009 
<BASE>
|
DEFINITION
<BASE> occurs within <HEAD> ... </HEAD> and establishes the URL basis for subsequent URL references in <LINK> or anchor statements in the document body. With the <BASE> providing a good starting point for other references, URLs can be written more quickly and compactly. |
SUGGESTED STYLE/USAGE When building complex, multipage Web Sites, use the <BASE> tag in each page to build an easy-to-use-and-navigate directory structure. <BASE> helps maintain the integrity of a site by specifically defining the common portion of every resource's URL. |
EXAMPLE <HEAD> <TITLE>Base URL</TITLE> <BASE HREF="http://www.gifart.com">
</HEAD>
|
 |
 |