Hyper Links

               

Hyperlink are key for you to link to other webpages and websites. The syntax for these tags can be a little complicated but once you get the hang of the basic tag you can link to almost anywhere.

               

The Basic Tag is:

<A Href="index.html">link name</A>

               

Where "index.html" the the name (to include the path) of the webpage you would like to link to and "link name" is the path alias.

               

It is also possible to use an image as a link name or alias. To do this replace the "link name" with an immage.

               

The tag changes to:

<A Href="index.html"><IMG SRC="images/image.gif"></IMG></A>

               

It is also possible to link to a particual part of a webpage that has an name anchor someplace on the webpage. For example if "index.html" has a name anchor <A NAME="Down Here"> then you will be able to link to where the anchor is on the linked webpage.

               

The tag changes to:

<A Href="index.html#Down Here"><IMG SRC="images/image.gif"></IMG></A>

               

Below are the three examples that were discussed for the Hyperlinks that you can test.

                link name

Home Home Introduction