<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<h1>Apprentissage du <em>HTML</em></h1>
<p><em>Paragraphe</em> de la <em>page</em></p>
<strong>Element strong</strong>
<p>Je suis un mot <mark>pertinent</mark></p>
</body>
</html>