How to add a link in HTML?

 It is very simple to add a link in HTML.

<a href="http://esharautela17.blogspot.com">This is a link</a>

Instead of This is a link you can add any description you want for your link.

Also, after her in-between " " you have to give the link to the website. You can give any link of your choice.


<a href="http://esharautela17.blogspot.com">This is a link</a><br>


this should be written in the body of the HTML program. 




Now, when you click on this link it will redirect you to the link that you have given.


DO LET ME KNOW IF YOU DID NOT GET ANYTHING IN THE COMMENTS!! I WILL HELP YOU OUT.


Comments

Popular posts from this blog

LIST THE REASONS FOR THE FAILURE OF 1857 REVOLT.

Twist and Turn pop-up card

How to add video in HTML?