“BASTON HTML HREF” Respostas de código

href em um botão

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

Link do botão HTML

<button><a href='https://google.com' alt='Broken Link'>This is a button</a></button>
Arab Fire Shaman

BASTON HTML HREF

<!-- if you are on Window : --> 
<button onclick="window.location.href='page2.html'">
  Button
</button>

<!-- if you are on linux or macOS : -->
<button onclick="location.href='page2.html'">
  Button
</button>
Pr.Gaultier

Respostas semelhantes a “BASTON HTML HREF”

Perguntas semelhantes a “BASTON HTML HREF”

Mais respostas relacionadas para “BASTON HTML HREF” em HTML

Procure respostas de código populares por idioma

Procurar outros idiomas de código