“botão como href” Respostas de código

href em um botão

<button onclick="window.location.href='/page2'">Continue</button>
STIFLER

botão como href

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

Botão HTML como link

<button class="btn btn-success" onclick="location.href='http://google.com';"> Google</button>
#open link from button
Horrible Hamerkop

href no botão

<input type="button" onclick="location.href='https://google.com';" value="Go to Google" />
OK

botão href

<a href="https://google.com" class="button">Go to Google</a> //*button link *//
Bad Bird

botão como href

<!--
There are many ways, you can do it, but the best I think is that we will surrond a button
inside a link so that it would work like one!
-->
<a href="www.youtube.com">
	<button>
    	Youtube
    </button>
</a>
Funny Fly

Respostas semelhantes a “botão como href”

Perguntas semelhantes a “botão como href”

Mais respostas relacionadas para “botão como href” em HTML

Procure respostas de código populares por idioma

Procurar outros idiomas de código