Link Designing
Typically a link consists of
two parts:
1) URL (Uniform Resource
Locator). This is the web address of the site your link points to.
2) Anchor text. This is the
visible text of the link.
Example:
Free Email Templates
Collection .This is the link to our website
a thttp://www.hotemailtemplates.com.
The HTML code to generate a
link is
<a href="http://www.hotemailtemplates.com">Free
Email Templates Collection</a>
<-----------URL------------> <-----Anchor
text------>