Menu

   dot image Home
   dot image Pricing
   dot image Order Design


Web Hosting

IX Web Hosting


Tutorials

   dot image Adding Images
   dot image Adding Links
   dot image Affiilation 1
   dot image Affiliation 2
   dot image Creating Headers
   dot image Creating Lists
   dot image CSS Style Sheets
   dot image Domain Names
   dot image Essential Tags
   dot image HTML Tables
   dot image Scrolling Text
   dot image Text Formatting
   dot image Web Design 1
   dot image Web Design 2
   dot image Web Hosting


HTML Dictionary

   dot image Letter A
   dot image Letter B
   dot image Letter C
   dot image Letter D
   dot image Letter E
   dot image Letter F
   dot image Letter H
   dot image Letter I
   dot image Letter K
   dot image Letter L
   dot image Letter M
   dot image Letter N
   dot image Letter O
   dot image Letter P
   dot image Letter Q
   dot image Letter S
   dot image Letter T
   dot image Letter U
   dot image Letter V


 
  Adding A Link  
     
 
URL linking is very simple and easy to do; it's more the placement of your links that can be tricky. Although it is simple to do when you know how. The tag you need to make a link is <a>, also called the anchor tag, identifies a link or a location within a document. You use the HREF= attribute to link to another page. You can also use the <A> tag to identify sections within a document, using the NAME= attribute.

Linking To Another Section of Page

EXAMPLE: <A HREF="#top">Back To Top</a>.

You would then place the following code at the top of your page.

EXAMPLE: <A NAME="top"></a>

Absolute URL's

Absolute URL's are simply a link that contains an external URL and includes the standard http://www that you type in your favourite browser.

You would never use these to link to another page found on the web server that host's your website.

EXAMPLE: <A HREF="http://www.mastertonenterprise.com/">Masterton Enterprise</a>

Relative URL's

Relative URL's are the links you use to combine your pages into your web masterpiece. They don't need the standard http://www that you usually type in your favourite browser.

EXAMPLE: <A HREF="pathtofile/contact.php">Contact</a>

 
     

 
Home | Pricing | Order Design

 Copyright © Masterton Enterprise 2006-2007