Answers for "how to link a button in html to a form in the same document\"

0

button with href

onClick={() => {window.location.href="https://www.golfballs.com/"}}
Posted by: Guest on August-05-2020
0

button href

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

    text-decoration: none;
    color: initial;
}
Posted by: Guest on June-25-2020

Code answers related to "how to link a button in html to a form in the same document\"

Browse Popular Code Answers by Language