How To Linking Other Parts of the Same Webpage

Posted by Lasantha Bandara on October 16th, 2009 File Under : html1 Comment

For example if we think we want to link the word part "Submit Article" ,first you need to mark that part of the web page.

You can do this by inserting a small code around the word "Submit Article".

<A NAME="name1">Submit Article</A>

Then it will look like this:

Submit Article

Now,you can make the link to Submit Article. Here's the code:

<A HREF="#name1">Go back Submit Article</A>

It will look like this:

Go back Submit Article

Now when you click on the above link you can go to the word "Submit Article".

Note: You can use any name instead of name1.

File Under : html

One Response to “How To Linking Other Parts of the Same Webpage”

  1. Anup says:

    Wow!! ur blog is really nice!!!:)

    http://hacktutors.blogspot.com

    Hack Tutors

    How do u get paid from these advertiser??
    Please give me answer at Hack Tutors

    Thank You!!!

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.