Site hosted by Angelfire.com: Build your free website today!

The Base Href


This page is about the base href tag:


This is what it looks like

<base href="http://now you will put the base part of the address you are using most often here so you won't have to keep retyping it>

For example mine for this page is

<base href="https://www.angelfire.com/pa/jtatm/">

This is what I did to get this effect when using the base href tag

1. <img src"images/line.gif">


2. or you can use it like this

<a href="images/line.gif">
linebar
</a>


3. or you can use it like this to link to another page

<a href="index.html"> Back Home </a>