<!DOCTYPE html>
<html>
 <head>
     <meta charset="UTF-8" />
     <meta name="author" content="Manuele" />
    <title> Exemple HTML5</title>
 </head>
<body>
<header> <h1>Exemple multimédia </h1></header>
<section>
<figure>
   <video controls>
      <source src="video/IMGP4706.mp4" type="video/mp4"/>
      Votre navigateur ne supporte pas la balise <i>video</i>.
   </video>
   <figcaption>Super-dog</figcaption>
</figure>
</section>
</body>
</html>