+ 2
What is href?
In <a> tag, what is the full form and meaning meaning of href.
5 Answers
+ 10
Hyperlink Reference. It is used to denote the reference/location of the path which you want to open.
Example : <a href="www.google.com">Google</a>
In above example i am referencing to google. when i click on google then it opens Google.com. It is because i am providing the path of google.com
If you need any help, then poke me.
Thanks
+ 3
href defines the destination adress being linked to
+ 2
href add link on your HTML code
+ 2
href means that it's a hyperlink
+ 1
href is the attribute
which is used to set a link to any image or HTML document or other any documents and etc...