Html tag for urls?

what is the html tag for displaying a web address???

i know its simple but cant find it?


<a href="http://www.yoursite.com">Click Here!</a>

that’s the basic use of it! Also you can use the anchor tag (<a></a>) for an email link.


<a href="mailto:yourname@yourdomain.com">Email me!</a>

Cheers!

:slight_smile: