Computer Science, asked by somya33, 1 year ago

what is the purpose of href

Answers

Answered by Kevinșąműêĺ
0
Its used to locate the file which you are going to insert into coding
Answered by siddhartharao77
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!
Similar questions