Creating Your Own Web Page

Kimberly C. Walls, Nov. 2, 1996

Last revised July 27, 1998

6. Adding links

(Using Netscape Communicator) Highlight text that should become "hot." Under the Insert menu, choose Link. Click on Choose File to navigate to the linked file. Click on Open, then OK. If the link is for a URL, then type the URL in the box under Link To. Click on OK.

(Using Netscape Navigator and a text editor) Before text that should become "hot," type the following: <A HREF = followed by the linked file in quotes(see part one). For example, <A HREF = "http://www.auburn.edu/`wallski/index.html">. After the linked text, type the following to end the link: </A>