Answers for "how to make a button take you to another site html"

-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 "how to make a button take you to another site html"

Browse Popular Code Answers by Language