To direct visitors to your site or blog we need a link.
For owners of blogs to be able to make this link is a must.
Below is how to create links and what are its functions.
1. Link opens in same windows.
<a href="http://address"> information </a>
Address and information can be changed according to your wishes.
example: <a href="http://choose-products.blogspot.com/"> click here <a/>
So the result: click here
2. Links open in new windows.
<a href="http://address"target="_blank"> information </ a>
Add target = "_blank after address
example: <a href="http://choose-products.blogspot.com/2011/09/how-to-create-links.html"target="_blank"> click here </ a>
So the result: click here
3. Title link will appear.
<a href="http://address"target="_blank"title="How to create links"> information </ a>
example: <a href="http://choose-products.blogspot.com/2011/09/how-to-create-links.html"target="_blank"title="How to create links">see here </ a>
So the result: see here
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment