Answers for "html form button link to another page"

0

how to link submit button to another page in html

<input type="button" onclick="location.href='https://google.com';" value="Go to Google" />

<a href="https://google.com" class="button">Go to Google</a>
Posted by: Guest on January-11-2022
0

button html link to another page

<a href="https://google.com" class="button">Go to Google</a>
Posted by: Guest on April-02-2021

Code answers related to "html form button link to another page"

Browse Popular Code Answers by Language