Which tag define the url? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Which tag define the url?

22nd Jul 2018, 3:04 AM
Fazal Amin
Fazal Amin - avatar
2 Answers
+ 2
And the mighty anchor tag is already there in your question's tag. 😅
22nd Jul 2018, 3:07 AM
Harsh
Harsh - avatar
+ 2
Hi, In HTML links are used with <a> tag, and the ATTRIBUTE Where you put the url is called href: <a href="Your URL"> Text to see as link clickable</a> if you add target="_blank" attribute to the <a> tag it opens the url in a new tab Hope it helps you!!
22nd Jul 2018, 3:07 AM
Guillem Padilla
Guillem Padilla - avatar