+ 7
What is the full form of href attribute of <a> tag? [SOLVED]
The <a> tag has a href attribute for defining the location of the link but what is the full form of href.
5 odpowiedzi
+ 20
href in the anchor tag stands for Hypertext Reference.
+ 5
HREF is an HTML attribute that is used either to link to another web page, or a different portion of the same page.
+ 5
Hypertext reference
+ 4
the <a> tag for href (hypertext reference) is used to state a link which with a click takes the person to a new link (either in the same tap or a new one).
for e.g. you can insert a link for data subscription and type; click here to subscribe now! den insert d link of d subscription web application. it takes the person to the data page instantly.