Skip to content

Instantly share code, notes, and snippets.

@jeromev
Created April 26, 2018 17:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeromev/71f69b4c23869987bd9583fd0c2a8570 to your computer and use it in GitHub Desktop.
Save jeromev/71f69b4c23869987bd9583fd0c2a8570 to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="fr">
<head>
<meta charset="utf-8" />
<title>Exemple d’article</title>
</head>
<body>
<article>
<header>
<h1>Exemple d’article</h1>
<p>Ceci est un paragraphe d’entête.</p>
</header>
<section>
<h2>Première partie</h2>
<p>Ceci est une première section de l’article.</p>
</section>
<footer>
<p>Ceci est le pied de page de l’article.</p>
</footer>
</article>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment