Nguyen Vu
April 19, 2000
Comp 212 (6-10 Wed)
Leslie Potter
Assignment 4

Due Date: April 26, 2000
HTML tutorial 2 Adding Hypertext Links to a Web Page: 

·Read the learning objectives at the beginning of the chapter. 
·Draft an outline or map of the chapter main topic and subtopics. 
	Create hypertext links b/w elements within a document
	Create hypertext links b/w one document and another
	Review basic web page structure
	Create hypertext links to pages on Internet
	Use and understand absolute and relative pathnames
	Learn to create hypertext links to various Internet resources
·Write answers to these questions.

1. Explain how to create hypertext links within a document.
Creating links within a document, first you need to create an anchor or bookmark the area that you want to link to by putting “<A NAME=XXX>XXXName_Of_Area</A>”.  Next, you create the link by typing <A HREF=#XXX>Text_To_Be_Link</A>” at the area that you want to the link to be.  (p.2.3)

2. Explain how to create hypertext links between one document and another document. 
To create hypertext link, you type “<A HREF=”Address_Of_Link”>Text_To_Be_Link</A>” in place where hypertext is to be created.  (p.2.14)

3. Explain how to create hypertext links between to documents on the web. 
To create hypertext links b/w two documents on the web, first you type "<A HREF="Absolute_Address_Of_Linking_Document"></A>

4. Explain different web page structures such as linear, augmented, hierarchical, combination and non-structured. 
Linear – only allows you to go to the next or previous page in an ordered chain structure
Augmented – 
Hierarchical – Structure starts with a general topic that includes links to more specific topics and each topics includes links to yet more specialized topics, and so on.  Pyramid structure.
Combination – Structure using hierarchical order to starts then in each level of pages is related in a linear structure.  (p.2.10)
Nonstructured – Structure with “jumping” links or no order of links resulting in no ending.

5. Explain the difference between absolute and relative page references. 
Absolute references – shows the exact pathname with every subfolders and starts and separated by “/” to the pin point the file.  (p.2.21)
Relative references – created to shorten the pathname of the files, relative starts with “..” and does not shows complete pathname.  (p.2.22)

6. Explain how to create hypertext links to at least these internet resources: mail, ftp, gopher, news 
To create hypertext links to internet resources, first you need to know the resources addresses.  Then in your document type “<A HREF=”Complete_Address_Of_Resource>Text_To_Be_Link</A> and place it where you want the link to be.  (p.2.23)

7. Explain the following terms:

8. By Monday evening, add your name to the page, print the source, place your work on oscar, link to it from your home page and test it with both browsers.

·What other things have you learned about this topic? 
·What were the most important things you learned about this topic? 
·What is still unclear about this topic? 
·How can you clarify what is still unclear about this topic? 

BACK HOME