|
Developer Geek Resources HTML Code Examples |
Custom Search
|
It is sometimes useful to be able to navigate within a web page. This technique can be used for pages that have a lot of content. To go to a bibliography section at the end of a page, and a variety of other reasons.
Jump to hyperlink on this page
He we are at our jump...
back to top
Just cut-n-paste to reuse.
<a name="back"></a>
<!-- hyperlink to another location on this web page -->
<a href="#jump">Jump to hyperlink on this page</a><br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<a name="jump">He we are at our jump... </a>
<a href="#back">back to top</a><br>