+ 2
What's the meaning of the tag <a> ??? :)
3 Respostas
+ 4
The tag <a>, is known as an 'anchor tag'. It is used to add hyperlinks in your webpage,such as:
<a href="www.google.com">Click to go to google</a>
On the webpage, the text "Click to go to google" will be there. On clicking it, it will take you to the webpage 'google.com'.
+ 2
Faaiz's answer is correct however I believe the URL within the href attribute requires the full website URL including the http:// or https://
- 1
links