Thursday

HOW TO MAKE A LINK

To direct visitors to your site or blog to other sites you need a link.

How to make this link does not seem familiar to owners of blogs, even according to them to make the link is obligatory.

Viewed from the function of this link there are several kinds.
* Link opens in window or the same tab:

<a href="http://URL/"> information </ a>


For example: <a href="http://actionnn.blogspot.com/">Click here</a>

We can change the address and information as we want.

So the result: Click here


If you use the link above then this will be covered with a new page.

* Links open in new windows or new tabs:

<a href="http://alamat/"target="_blank">Description</a>

We add the target = "_blank" after the address.

For example: <a href="http://actionnn.blogspot.com/"target="_blank">Click here </a>

So the result: Click here

If we direct this link to another site it will open a new window or tab without befall our blog.

* Link to bring the title:

<a href="http://actionnn.blogspot.com/"target="_blank" title="ACTION"> See here</a>

So the results: See here

If you mouse over the link will display a title.

1 comments:

Anonymous said...

Test

Post a Comment