| You are here: NetStrider » Tutorials » HTMLRef » Commands » BASE « |

|
|
<BASE> Command |
|
|
Command Syntax:
<BASE command parameters>
The <BASE> command
is used only within the <HEAD>
command to establish default attributes for defined hypertext reference links within the
page. It creates no visible display.
Command Parameters:
Standard Reserved Target Names:
<HEAD>
The hypertext reference anchor
<A href="index.html">Home Page</A>
appearing anywhere within this document would generate the following URL:
../HTMLRef/index.html
when the partially defined hypertext reference link Home Page were followed.
|