The <A HREF> is the tag that glues the Web together! This is how you provide links to
what are called URLs (Uniform Resource Locator). These typically are pages and
images.
In the example above, the worst case scenario is given:
http://bignosebird.com indicates the server name.
:80 means TCP/IP port 80 (the default for HTTP)
index.shtml is the page being requested.
#SSEARCH means go to the <A NAME="SSEARCH"> anchor tag on index.shtml
Normally, links to pages on another server are called in the form: