+ 3
How do i get to write a link on HTML?đđ
4 Respostas
+ 6
<a href="link url" target="_blank or _self">Link name</a>
+ 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
+ 2
How do you mean? A link to another website?
https://www.sololearn.com/learn/HTML/1031/
+ 1
<a href = url>Link text </a>