“Cómo agregar un enlace a una imagen en HTML” Código de respuesta

Cómo hacer una imagen con un enlace HTML

<!DOCTYPE html>
<html>
   <head>
      <title>HTML Image as link</title>
   </head>
   <body>
      The following image works as a link:<br>
      <a href="https://www.qries.com/">
         <img alt="Qries" src="https://www.qries.com/images/banner_logo.png"
         width="150" height="70">
      </a>
   </body>
</html>
Hilarious Herring

Cómo agregar un enlace a una imagen en HTML

<!DOCTYPE html>
<html>
   <head>
      <title>HTML Image as link</title>
   </head>
   <body>
      The following image works as a link:<br>
      <a href="https://www.qries.com/">
         <img alt="Qries" src="https://www.qries.com/images/banner_logo.png"
         width=150" height="70">
      </a>
   </body>
</html>
Greater Roadrunner

Imágenes HTML con enlace

<a href="https://www.google.com">
	<img src="./images/image.jpg" />
</a>
hateschoollovecoding

cómo convertir html5 imagee en enlace

    <a href="google.com"><img src="https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png" alt="logo">
Scream567

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

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

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

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código