Save Buddhism Click sign petition

Tuesday, September 25, 2012

How to add a link to your web page easily

Hi my friends today i'm gonna teach you how to create a links in your HTML documents.OK let's start the lesson....

OK this is some thing like this when you add this code you can click on it and go to another web page or image etc..
when you move your mouse cursor over the link that you create on your page.the cursor will be turn into a little hand..
this kind of links are specified in HTML using the <a> tag,

this <a> tag can be use in two ways on the HTML documents...

firstly To create a bookmark inside a document, by using the name attribute,and
secondly To create a link to another document, by using the href attribute.

The HTML code for link is so simple and easy to remember.It's like this,

<a href="traget url">your text to the link</a>

The href attribute is specifies the destination of your link look at the example given below.

<a href="http://allneedforyou.blogspot.com/">click here to allneedforyou</a>

it will display like this click here to allneedforyou

if you click on that link you will redirect to allneedforyou home page.....that's easy guys make your experiment and search new thing like a pro be a pro this tutorial is for beginners...see you soon