Answers for "html button open another page"

1

button html link to another page

<input type="button" onclick="location.href='https://google.com';" value="Go to Google" />
Posted by: Guest on December-27-2020
-1

button html link to another page

a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;

    text-decoration: none;
    color: initial;
}
Posted by: Guest on April-02-2021

Code answers related to "html button open another page"

Browse Popular Code Answers by Language