Answers for "link a submit button to another page"

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
-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 "link a submit button to another page"

Browse Popular Code Answers by Language