Edit in JSFiddle

<!DOCTYPE html>

<html> 
 <head>
  <title>Exemple de HTML</title>
 </head>
 <body>
 <h1>Présentation d'un site</h1>
 <p>insertion d'un image:</p>
 <img src="http://lorempixel.com/400/200/" width=400 height="200" alt="Image aléatoire"/>
 <!-- Comme j'utilise un éditeur en ligne, j'utilse une image aléatoire sur le site lorempixel.com -->
   </body>
</html>