“HTML Agregar hipervínculo al botón” Código de respuesta

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

HTML Agregar hipervínculo al botón

button with hyperlink
Stupid Swan

Respuestas similares a “HTML Agregar hipervínculo al botón”

Preguntas similares a “HTML Agregar hipervínculo al botón”

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código