Computer Science, asked by sronney90, 7 months ago

what is the purpose of name and href attributes of <a> tag?

Answers

Answered by anindyaadhikari13
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 BrainlyProgrammer
2

Answer:

href attribute is used to link a website to your page

Similar questions