Wednesday, February 9, 2011

Anchor Text link HTML

Anchor text link is HTML code which tells the browser that the text is anchored and that it should direct the visitor to the site specified by anchor text link when it is clicked.

The HTML to anchor a text is

<ahref="url of the site">Text</a>

for example in the statement " This blog is based on search engine optimization ", the following HTML code is used

This blog is based on search engine <ahref="http://getvisitors4free.blogspot.com/">optimization</a>,

Thus, <ahref> tag is the HTML code used to make the word "optimization" an anchor text.

Thus when some one clicks the anchor text "optimization", the anchor text link directs the user to http://getvisitors4free.blogspot.com/.

Anchor text link is the link or website name used in the anchor text. In the above example "http://getvisitors4free.blogspot.com/" is anchor text link and optimization is called the anchor text.

No comments:

Post a Comment