0
What is href.
3 Answers
+ 8
The <a> tag defines a hyperlink, which is used to link from one page to another. The most important attribute of the <a> element is the href attribute, which indicates the link'sdestination. By default, links will appear as follows in all browsers: An unvisited link is underlined and blue.
https://www.sololearn.com/discuss/491102/?ref=app
https://www.sololearn.com/discuss/216614/?ref=app
https://www.sololearn.com/discuss/985432/?ref=app
https://www.sololearn.com/discuss/828029/?ref=app
https://www.sololearn.com/discuss/25087/?ref=app
+ 7
The href attribute specifies the location (URL) of the external resource (for example a stylesheet file). It stands for hypertext reference
- 1
href= hypertext reference.