why do we use href in html code example
Example: a href tag
Actually href is a html attribute, which is used for passing page url to the a tag.
Example
<a href="url">Click here</a>
Actually href is a html attribute, which is used for passing page url to the a tag.
Example
<a href="url">Click here</a>