Answers for "a tag in button html"

4

button tag with a tag

<a href='https://www.freecodecamp.org/'><button>Link To freeCodeCamp</button></a>
Posted by: Guest on April-01-2021
2

html button with href

<form method="get" action="/page2">
    <button type="submit">Continue</button>
</form>
Posted by: Guest on June-03-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

Browse Popular Code Answers by Language