Path = Home : Webmaster Resources : HTML Design Tips : Web Page Linking Methods
The ANCHOR tag is used to create a hyperlink.
To link to a page within the same directory of your website, you only need to include the page name within your HTML code.
Example: <A HREF="yourpage.html">
When linking to a page within your website in a different directory, you must include the directory name with your page name.
Example: <A HREF="yourdirectory/yourpage.html">
When linking to another website, you must include the full URL beginning with http://www.