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:
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:
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.