|
<A NAME="anchor_name"> . . . </A>
Define a target location in a document
|
|
This is a test anchor link in this page
|
<A NAME="NameLink" >
This is a test anchor link in this page
</A>
|
|
<A HREF="#anchor_name"> . . . </A>
Link to a location in the same document
|
|
A Link to the test anchor above
|
<A HREF="#NameLink" >
This is a test anchor link in this page
</A>
|
|
<A HREF="URL#anchor_name"> . . . </A>
Link to a target location in another document
|
|
A Link to the test anchor above
|
<A HREF="this.htm#NameLink">
A Link to the test anchor above
</A>
|
|
<A HREF="file:[path/filename]">
Local File Access</A>
|
Local file access. This method causes the browser to load
a file from the locally accessible disk system. This is
commonly used to preview Web pages being developed on a
computer that has a browser, but does not have a server.
|
|
<A HREF="mailto:[e-mail address]">
Name/description</A>
|
Send an e-mail
|
|
<A HREF="news:USENET News]">
USENET News</A>
|
USENET News. Argument is either the USENET Newsgroup or its article name.
|
|
<A HREF="http://[WWW server address]/path/filename">
Access a WWW server</A>
|
Access a World Wide Web server. [http=HyperText Transfer Protocol]
|
|
<A HREF="https://[WWW server address]/path/filename">
Access a WWW server via secure link</A>
|
Access a World Wide Web server via secure link. Example would be an
on-line transaction using a credit card. When you are connected
to a site via secure link, the key icon at the lower left corner of
of Netscape will appear intact rather than being broken. Secure
link requires a data encryption of transmitted data both ways.
This is the future of internet-based commerce.
[https=HyperText Transfer Protocol Secured]
|
|
<A HREF="ftp://[ftp address]/path/filename">
Download</A>
|
Download a file via FTP. [ftp= File Transfer Protocol]
|
|
<A HREF="gopher://[gopher address]/path/filename">gopher server</A>
|
Access gopher resources
|
|
<A HREF="telnet://[telnet address]">
Telnet address</A>
|
Start a telnet session. Arguments are the login arguments to the telnet session as
user[:password]@host.
|
|
<A HREF="wais://[WAIS address]">
Access WAIS</A>
|
Access WAIS server. [wais=Wide Area Information Servers]
|
|
<A HREF="nntp://[Local Network News]gt;
Access local network news</A>
|
Access local network news. [nntp=Local Network News Transport Protocol]
|