“buton html href” Código de respuesta

href en un botón

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

enlace del botón HTML

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

buton 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

Respuestas similares a “buton html href”

Preguntas similares a “buton html href”

Más respuestas relacionadas con “buton html href” en HTML

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código