Answers for "how to make div as hyperlink in html"

5

make div clickable

<div onclick="location.href='#';" style="cursor: pointer;">
</div>
Posted by: Guest on March-15-2020

Code answers related to "how to make div as hyperlink in html"

Browse Popular Code Answers by Language