|
|
|
|
|
|
|
|
|
|
|
|
|
|
The <a> tagThe <a> tag is used to define an anchor which in other words, a link, which simply means were it will lead you when executed by a mouse click or by a script. It can leads to files, other web pages and even in a particular section on a same web page. Without Links there would be no Internet. On links to other pages the tag is used this way: <a href="address">clickable word or phrase that is shown in the browser </a>
Attributes can be used to customize how and where pages will be opened. <a href="www.moneyxtreme.com" target="_(where you want it to open)">clickable text</a> Where you want it to open has 4 possible values: _blank -->open in a new window. if no target is specified the window will open in the same window.
The way files are organized on a server is how you will link them in your source code. You don't need to write the full address of pages, files and images on your Web site. ex: if page1.htm and page2.htm are located on the same folder level of your server, A way of linking page 2 on page 1would be: <a href="page2.htm">clickable text</a> instead
of and if you are 1 folder up on page3.htm and wish to link to page1.htm: <a href="../page1.htm">clickable text</a> instead
of So pay attention on how you manage files and folders on your server it might become a time saver. |
Tag list<!--comment--> |
|
|
Home - Content - Domain Name - Free Host - Host - Web Design - HTML - Tools - Advertise
Google - ClickBank - Affiliate - AdSense - AdWords - Merchant Account - Glossary - Links
This site is not in anyway affiliated
with any
of the companies mentionned
Copyright © 2006 -
moneyXtreme.com -
All Rights Reserved.