Internal Hyperlinks

On this page we will explain how to create an internal hyperlink.

An internal hyperlink is a link that will take you to another page, image or document inside the existing website.

We learned on the previous page the different pieces and how to write an external hyperlink. An internal link is written the same way with one exception. It does not require the leading "http" and website address.

If the page you want to link to is on the same level or in the same folder all that is required is to reference the page name.

For example, we have two pages we want to link to. We will name them - pageone.html and pagetwo.html

Creating links to pages that are in a different folder is simple as adding the folder name and a forward slash before the page name.
Example - Link to <a href="folderone/pageone.html">page one in folder one</a>