“Imágenes en clic en HTML” Código de respuesta

Cómo hacer una imagen en HTML en HTML

<a href="http://www.google.com">
 <img src="D:/MOHIT/HTML/images.jpg" />
</a>
Troubled Toad

Imágenes en clic en HTML

<a href="link for image to go to">
  <img src="path/to/image">
</a>
JessiCoder

Imagen html haciendo clic en

<!DOCTYPE html>
<html>
<body>

<span>Open image link in a new tab: 
 <a href="http://www.google.com" target="_blank">
  <img src="D:/USER/HTML/image.jpg" />
 </a>
</span>

</body>
</html>
vexeval

Respuestas similares a “Imágenes en clic en HTML”

Preguntas similares a “Imágenes en clic en HTML”

Más respuestas relacionadas con “Imágenes en clic en HTML” en HTML

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código