cs1/link.html
Here's a global link to the
<a href="http://www.ncsa.uiuc.edu/General/Internet/WWW/HTMLPrimer.html">HTML Howto</a>
that is on the first page.
<p>
Here's a local
<a href="../../../africa.html">link</a>
to a file in my "public_html" directory.
<p>
Here's another local
<a href="../r02/r02.html">link to a file</a>
in my "public_html/cs1/rec" directory - this is
the handout for the second recitation.
<p>
<h3>Note for local links</h3>
You never have to specify the "public_html" directory in the
"href" attribute.  Our HTML server automatically looks in the "public_html"
directory.  Also note that if the link is a local link, then 
the "path" in the "href" attribute is relative to the current working
directory.

Here's a global link to the HTML Howto that is on the first page.

Here's a local link to a file in my "public_html" directory.

Here's another local link to a file in my "public_html/r01" directory - this is the handout for the first recitation.

Note for local links

You never have to specify the "public_html" directory in the "href" attribute. Our HTML server automatically looks in the "public_html" directory. Also note that if the link is a local link, then the "path" in the "href" attribute is relative to the current working directory.