Thursday, 26 April 2012


Linking to Other Parts of the Same Webpage


Before you can link to a part of your webpage you need to mark that part of the web page.
You do this by inserting this into the webpage:
<A NAME="Anyname"> Bla, bla, bla </A>
This is how it looks to the viewer:
Bla, bla, bla
Then, you make the link. Here's the code:
<A HREF="#Anyname">Go back to  
 Bla, bla, bla  </A>
Here's the output: (See what happens)
Go back to bla, bla, bla
Oooh.

No comments:

Post a Comment