Page4 - Tutorial

Making Changes to Hyperlinks

Hyperlinks are words on a page that usually appear as underlined text. When you click the hyperlink you are sent to a new page or location.

There are 2 locations of hyperlinks on this page. There are hyperlinks in the body text and hyperlinks in the menu on the left side of the page.

Hyperlinks are placed on a page using an anchor tag and the code looks like this: <a href="page.html">Page Name</a>

If you'll notice the hyperlinks in the menu aren't underlined. This is accomplished using a text decoration attribute. This is set in the CSS file.

To change the destination of the hyperlink or where you want the user to go, change the information between the quotation marks. Include the correct path information.



To change the words on the page, change the words between the tags. In the example above that would be: Page Name.

The font face, font size, font type, color, text decoration and alignment of the anchor tag are all set in the CSS file. We'll show you how to change that later. Next: Changing Lists.

When you complete your website, check our website at createafreewebsite.net for free web hosting or paid hosting as low as $4.25 per month.