“Cómo hacer un enlace en HTML” Código de respuesta

Cómo agregar un enlace en HTML

<a href="link" > name of the link </a>
Calm Cat

enlaces HTML

<a href="url">link text</a>
Shy Shark

Cómo hacer enlaces en HTML

<a href="link.html"> text link </a> <!-- link to html -->
<a href="google.com" URL> Google </a> <!-- link to site -->
<a href="link.html"><button> Link </button></a> <!-- Button link -->
Famous Fly

Cómo hacer un enlace en HTML

<h1><a herf="https://www.google.com/">Go To google</a></h1>
Alert Albatross

¿Cómo se hace un enlace en html5?

<a herf="www.google.com">
Vast Vicuña

un href a otro sitio

<a href="https://examplesite.com" target="_blank" rel="noopener noreferrer">
  Example Link
</a>
webdevjaz

Respuestas similares a “Cómo hacer un enlace en HTML”

Preguntas similares a “Cómo hacer un enlace en HTML”

Más respuestas relacionadas con “Cómo hacer un enlace en HTML” en HTML

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código