The most suitable example is wikipedia where you see the indexing with all topic names with links
when you click to the specific link it will go to that keyword.
How it will done?
Here is the solution
Step 1 : define link with #
when u define the link of the same page or the page where u want to move with that keyword define the keyword with #
example : <a href="page.html#keyword">keyword</a>
Step 2 : the word where to move
now span the keyword where is it locatedon the page
example : <span id="keyword">keyword</span>
Additional : If u want to go to the top of the page write this: <a href="#">keyword</a>
Enjoy.
Web Designer.
0 comments:
Post a Comment