Answers for "how to return false in html"

1

how to return false in html

<!-- We have used a hyperlink as an example -->
<a href="google.com" onclick="return false;">Link</a>
Posted by: Guest on August-09-2021

Code answers related to "how to return false in html"

Browse Popular Code Answers by Language