Ejemplo 1: html img src
<img href="https://website.com/image.jpg">
<!-- for an image online -->
<img src=C:your_files>
<!-- for a local file -->
Ejemplo 2: como agregar una imagen en html
<img src="img_girl.jpg" alt="Image Load Error" width="500" height="600">
Ejemplo 3: ¿cómo se codifica una imagen en html?
<!DOCTYPE html>
<html>
<head>
<title>HTML img Tag</title>
</head>
<body>
<img src="/html/images/test.png" alt="Simply Easy Learning" width="200"
height="80">
</body>
</html>
Ejemplo 4: etiqueta img
<img src="the source image's url" alt="the image's description">
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)