+ 1
What is full form of href tag?
3 Respostas
+ 6
Hypertext REFerence
+ 2
Hello, Siddharth Chauhan !
HREF (abbreviation of Hyper REFerence) is the main and necessary attribute of the A tag, indicating to the browser what action to perform when clicking on the link. For example, such a record <a href="http://sololearn.com"> SoloLearn </a> describes a link to a known search engine. In the above entry, the href attribute is inside the A tag and contains the SoloLearn URL enclosed in quotation marks.
Good luck in programming on SoloLearn!
0
hypertext reference