Day 2 Workshop 3 (Optional) - Link your homepage

Part 1

The 2 documents you have created are at the WWW URL address of:

You will be placing these references into your homepage.
To do this you will be editing your homepage and adding 2 tag lines with the form:

<a href="http://www.lehigh.edu/~userid/benefit.html> Benefits Document </a>
<a href="http://www.lehigh.edu/~userid/expense.html> Expense Document </a>

All that will appear on your home page is the two blue lines:

Benefits Document
Expense Document

If you click on either of them they will take you to the documents involved. The more general form of this kind of tag is called an anchor.
The tag starts with:

<a

the href= is the reference to the document, and must be in quotes;

the > is followed by the text (or graphic...) that will appear as the link from the source document to the target document (the document you wish the viewer to go to next);

the </a> closes out the tag (as usual).