Created
April 26, 2018 17:21
-
-
Save jeromev/71f69b4c23869987bd9583fd0c2a8570 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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