une balise HREF
Actually href is a html attribute, which is used for passing page url to the a tag.
Example
<a href="url">Click here</a>
Ankur
Actually href is a html attribute, which is used for passing page url to the a tag.
Example
<a href="url">Click here</a>
td {
padding: 0;
}
td a {
display: block;
padding: 1em;
}
<a href="#">
Anything Can Go Here
<!--
Examples are....
You can display using any element like IMG or BUTTON
to make any element a hyperlink
-->
</a>