What You Can Use as a Link
Learn how to specify a link using relative pathnames and absolute pathnames.

You can link to a document in another by directory by specifying the relative path from the current document to the linked document.

For example, a link to a file

Fullon.html
located in the subdirectory
products
would be
<A HREF="products/Fullon.html">Fullon</A>

There are several advantages to relative links:

  • It's more efficient connecting to the server.
  • There's less to type.
  • It's easier to move a group of documents to another location (beca8se the relative path names will still be valid).

You can also use the absolute pathname (the complete URL) of the file.

<A HREF="http://vaweb.valinux.com/Marketing/products/Fullon.html">Fullon</A>

VA Linux Systems logo

   
I would appreciate comments, corrections, and
suggestions for how I can improve this course.

Nancy Blachman
Variable Symbols, Inc.
356 Bush Street
Mountain View, CA 94041-1332
650 966 8999
650 966 8998 fax
nancy- at -variablesymbols.com

If you want to learn how to search effectively using Google, visit Google Guide, which you can find at www.googleguide.com.