+ 1
Which tag define the url?
2 Respuestas
+ 2
And the mighty anchor tag is already there in your question's tag. 😅
+ 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!!