Answers for "how to add link in div tag"

1

add href to div

<div style="cursor: pointer;" onclick="window.location='http://google.com';">
    Hello world
</div>
Posted by: Guest on August-13-2021

Code answers related to "how to add link in div tag"

Browse Popular Code Answers by Language