“cómo convertir html5 imagee en enlace” Código de respuesta

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

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 convertir html5 imagee en enlace”

Preguntas similares a “cómo convertir html5 imagee en enlace”

Más respuestas relacionadas con “cómo convertir html5 imagee en enlace” en HTML

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código