You are now going to modify your Web page by including a "link" to another Web page. By clicking on that "link", Netscape will directly take you to the page linked to your Web page. Below, you can see a link to "Phase 3", which is one of the pages found in the "Learn HTML" file.
You can link your Web page to another one by adding the following line, which will connect your Web page to the Hofstra Web Page:
<A HREF="http://www.hofstra.edu/">This is a link to the Hofstra WWW Page</A>
<A HREF= "address of the Web site you want to link to
your Web page"> is used to link your Web page to another one. Here,
you want to link your Web page to Hofstra's which has the following URL(address):
http://www.hofstra.edu
"This is a link to Hofstra WWW page" is a statement informing you
where you will go to by clicking on the link.
</A> is a closing code.
First copy the line which will link your Web page to Hofstra's, then go back to Notepad and paste it to your file. After doing all the previous tasks, save your file and reload your Web page in Nestcape.
Give it a try, you have nothing to lose!Congratulations!
Following these steps, helped you create a Web page with some formatting, a picture and a link to another page.
| Phase 4 |