|
Linking is probably the single most important aspect of HTML or any online document. Linking allows the reader to dynamically move from one document to another. Today you must master the concepts below.
- Relative Pathnames Versus Absolute Pathnames
- URLs
- Links to Specific Sections
- Mailto
Assignment:
For each of the subtopics listed in lesson 2 create a minimal HTML document that will be used to expound on your topic.
Make each of the subtopics links to the corresponding documents created in the above assignment. Use relative pathnames.
At the bottom of the default.htm web page add a link that will send electronic mail to andy@yeslord.com.
Below that add a link to the Alleluia Community website (www.yeslord.com).
And below that, add a link to that will take you to the top of the document. (You will need to add a named anchor tag at the top of the document do complete this portion.)
|