Which Tag is used to add link in html. | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 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 ответ
+ 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