what is the purpose of href
Answers
Answered by
0
Its used to locate the file which you are going to insert into coding
Answered by
1
In HTML, In order to create a link, you must know the destination address.
HREF attribute specifies the URL of the document.
Ex:
<a href = "http://www.google.com">click here</a>
Hope this helps!
HREF attribute specifies the URL of the document.
Ex:
<a href = "http://www.google.com">click here</a>
Hope this helps!
Similar questions