Assignment 2 -- How do I connect my pages?
Let's say you have created five HTML files -- index.htm, page1.htm, page2.htm, page3.htm, page4.htm. As long as you save them under the same folder, you can simply use the filename to connect them. For example, in you index.htm file, you can add this piece "<a href="page1.htm"> This is page 1 </a>" to create a link from index.htm to page1.htm. Look at the source of my homepage (http://personal.ecu.edu/zengx) to have a concrete exmaple. If you use Internet Explorer, from menu bar "View", click on "Source", you can see the HMTL code of the page.

0 Comments:
Post a Comment
<< Home