Get Clickz.com

Information You Need to Help You GET CLICKZ

How to Make a Link with html

If you are new to writing html or just posting a comment on a blog, sometimes you can create a link for yourself by knowing how to make a link with html.

First step is to know that you need to open the link code with “<a” and with all html, you need to end it with the symbol “</a>”.

Second step is to put the URL that you want to link to as follows:  href=”http://www.siteyouwanttollinkto.com”

Third step is to add the keyword that will be the actual link that the visitor will click on: “>linkkeyword”.

Fourth, be sure to remember to end it with the “</a>” which closes the link.

So, let’s put it all together now:

<a href=”http://www.siteyouwanttolinkto.com”>linkkeyword</a>

Tagged as: , ,

Leave a Response