“botón HTML como enlace” Código de respuesta

botón verlinken html

<a href="#"> <button>Mein Button</button></a>
Beautiful Butterfly

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

botón como href

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

botón HTML con enlace

<a href="https://www.google.com">
  <button>Go to Google</button>
</a>
hateschoollovecoding

botón HTML como enlace

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

Respuestas similares a “botón HTML como enlace”

Preguntas similares a “botón HTML como enlace”

Más respuestas relacionadas con “botón HTML como enlace” en HTML

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código