Document produit :
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<title>Grand titre : Sous-titre</title>
</head>
<body>
<div id="bandeau">
<h1>Grand titre</h1>
<h2>Sous-titre</h2>
</div>
<h1>Titre principal de ma page</h1>
<h2>Sous-titre</h2>
<p>Un peu de texte pour produire un paragraphe, mais il ne faut pas en raconter de <strong>trop</strong> !</p>
<ul>
<li>regle <em>numéro 1</em></li>
<li>règle <em>numéro 2</em></li>
<li>règle <em>numéro 3</em></li>
<li>règle <em>numéro 4</em></li>
</ul>
</body>
</html>