Which Tag is used to add link in html. | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

Which Tag is used to add link in html.

<a href=> is used to ads link in HTML

29th Jan 2018, 6:11 PM
Ankitesh Agari
Ankitesh Agari - avatar
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.
29th Jan 2018, 6:19 PM
Memphis Reigns
Memphis Reigns - avatar