“botão html clique em URL” Respostas de código

botão como href

<button onclick="location.href='http://www.example.com'" type="button">
         www.example.com</button>
Strange Skylark

botão html clique em URL

# Wrap whole button in a 'a' tag.
 <a href="https://google.com" class="button"><button class="pixel">Button text</button></a>
Neo the Elephant

botão href

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

    text-decoration: none;
    color: initial;
}
Bad Bird

Respostas semelhantes a “botão html clique em URL”

Perguntas semelhantes a “botão html clique em URL”

Mais respostas relacionadas para “botão html clique em URL” em HTML

Procure respostas de código populares por idioma

Procurar outros idiomas de código