Lab 4.3:   HTML basics: creating the hyperlinks

Hopefully your webpage looks great now and approaches slowly the one that you would like to post on the Internet.

In this lab you will be asked to further modify the file first.html and add some hyperlinks to your webpage. You can refer to Fig. 4.6 and Table 4.2 in the textbook.

Of course, you are free to add as many HTML elements as you wish to make you webpage look nicer. However, make sure to include at least the following:

  1. Two links to different places in a page (for example, to different headings or sections of the document). You will need to use <a name="..."> and </a> tags for this.

  2. A link to any available Web resources for your school. You will need to use <a href="..."> and </a> tags for this.

  3. A link to your instructor's page. You will also need to use <a href="..."> and </a> tags for this.

  4. A link to one of your favorite Web sites. Again, the <a href="..."> and </a> tags will do the job.