imagenes.html (Código fuente)

 <!DOCTYPE html>
<html>
<head>
<title>Imágenes</title>
</head>
<body>

<h1>Insertando imágenes en HTML</h1>
<img src="http://www.bitson.com.ar/firma_mail_bitson.png" alt="Frima Mail BITSON" with="100%">

</body>
</html>