Page Bookmark Link

Example using bookmarks for page navigation.

Preview

Code

<a href="#bottom">Go to Bottom</a>

<p style="margin-top:80px;">Scroll down to see the bookmark target.</p>

<p id="bottom">You reached the bottom section.</p>

More HTML Links Examples (11)