Answers for "button link to 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

Browse Popular Code Answers by Language