“Cómo agregar 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

enlace HTML

<a href="https://www.google.com/">Link to google</a>
Hello There

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

un href a otro sitio

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

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

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

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

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código