Hypertext Links
To add functionality to your home page, you will want to create hypertext links (”click-able areas”) that your users can select to easily move to other locations, files and graphics.
There are three types of links: within the same document; to another document that resides in the same location as your main HTML document; and to an external site.
Let’s assume the following home page scenario (NOTE: links to external sources do not exist):
| And the HTML code that created the sample:
<A NAME=”topics”></A>TopicsCovered in My Home Page:<BR> |


