+ 4
What is 'A' for?
I understand that <a> and </a> introduces the link. Following the link description, what is the purpose of that mysterious capital A ?
7 Answers
+ 7
<a> stands for address. It is used to link other webpage
+ 5
đ
+ 5
Thanks !!
+ 4
you can go to this link, just write any link for example <a href="My-site.com"> My site </a> is ready to just go through this link, by the way, first paste this code into the html compiler: )
+ 3
Yes, <a> is the corresponding tag for links. However, there appears another, low lighted capital A with a seemingly inconspicuous purpose..
0
<a> stands for anchor
You place an âanchorâ to where you want to go and follow the links to it