![]() |
|
Menu
Online Stores Search This Site
Custom Search
Miscellaneous |
Path = Home : HTML Design Tips : Web Page Linking Methods |
|
Web Page Linking Methods
Web Source Web Design Tips by Shelley Lowery 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.
Tip provided by: Web Source: Your Guide to Professional Web Design and Development. http://www.web-source.net
|
||