How to Do Internal Page Navigation in HTML

Ranked #2,347 in Internet, #138,214 overall

Sometimes if you are a longwinded guy like me, and you like to write your own HTML when creating your own websites, you need to create links from one place to another on the same page. This is a very quick tutorial on how to do just that!

Simple Procedure for Adding a Tag

To make a link to another spot on the page, you first have to create a place to link to. This is very easily done by inserting an anchor in your HTML code. You do this by using the following; <a name="youranchor">

Next, you will need to create the link to the anchor this is done by inserting the following; <a href="#youranchor">Your Link Text </a>

See how simple it is! This can help huge pages from becoming an unwieldy mess.

HTML Books on Amazon

There are a lot of great books out there that can help you learn HTML
Loading

New Guestbook

by

mcgelligot

Father, Husband, Son, Brother, Author, my own worst enemy.

Feeling creative? Create a Lens!