<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" >
   <head>
       <title>Apprenons le HTML</title>
       <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
   </head>
   <body>

<h1>Le titre de ma page</h1>

    <p> Mon premier paragraphe <br /> Je passe une ligne et je continue tout en restant dans le même paragraphe</p>

<h2>Mon second paragraphes</h2>

<p> Voici maintenant mon deuxième paragraphe. Si vous testez, vous verrez qu'il y a un espace entre les deux paragraphes. </p>
   </body>
</html>