Tuesday, February 22, 2011

Document Navigation using HTML

You may have visited some sites which contains many links where you can navigate within a page. so how to do it..

You need just two anchor one with href and one with name..

Does that sounds cool

here is the coding


<a href="#bottom"> go to bottom </a>
MOVE TO  BOTTOM
MOVE TO  BOTTOM
MOVE TO  BOTTOM
MOVE TO  BOTTOM
MOVE TO  BOTTOM
MOVE TO  BOTTOM

<a name="bottom">BOTTOM</a>

No comments:

Post a Comment