+ 1
Which Tag is used to add link in html.
<a href=> is used to ads link in HTML
1 Resposta
+ 3
That is one of the basics you learn in the html challenges 😁 but a hyperlink will look like the following
<a href="url">link text</a>
If you want to change whether the link opens in new tab etc you can use the target attribute.