How do i get to write a link on HTML?🙏🙏 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How do i get to write a link on HTML?🙏🙏

16th Aug 2019, 12:19 AM
Leo Davy
Leo Davy - avatar
4 Answers
+ 6
<a href="link url" target="_blank or _self">Link name</a>
16th Aug 2019, 2:01 AM
Sujan Sharma
Sujan Sharma - avatar
+ 3
Use the anchor tag if you want your website to be redirected to Google try this line of code <a href="www.google.com">Click Me</a> In your webpage the Click me will be blue colored and underlined(BY DEFAULT). clicking on it will redirect you to the goggle home page
16th Aug 2019, 2:54 AM
Aditya
Aditya - avatar
+ 2
How do you mean? A link to another website? https://www.sololearn.com/learn/HTML/1031/
16th Aug 2019, 12:27 AM
Paul Grasser
Paul Grasser - avatar
+ 1
<a href = url>Link text </a>
16th Aug 2019, 2:30 PM
Gayani Abeykoon
Gayani Abeykoon - avatar