Another way to link is to link not just to a page, but to a specific part of a page. Click here to be magically transported to where we first talked about URLs. Since it would be kind of hard to have you build an example, I'll just do the best I can to explain how it's done.
First start with the spot you want people to be transported to. Pick a word and wrap it in the <A> tags.
<A>Add</A> the URL and you're done!
Next give that spot a NAME.
<A NAME="upabit">Add</A> the URL and you're done!
What you have done is marked that spot. Now that spot can be referenced and linked to.
Start building the link.
Click <A>here</A> to be magically transported...
Add the document to be referenced...
Click <A HREF="lesson12.html">here</A> to be magically transported...
And lastly, add the anchor NAME like so...
Click <A HREF="lesson12.html#upabit">here</A> to be magically transported...
And that's all there is to it! Not exactly brain surgery is it??
<< BACK NEXT >> |
Upload Your Pages Color Chart Practice Exercises Color Picker |
Index & Quick Reference Barebones HTML Guide Table of Contents |
Print version available PageTutor.com membership |