what is the purpose of name and href attributes of <a> tag?
Answers
Answered by
4
Answer:-
The href attribute of <a> tag is used to specify the link destination.
For example
<a href="url">URL!! </a>
Write the desired url and click on it. The website will be opened.
Answered by
2
Answer:
href attribute is used to link a website to your page
Similar questions