Bonjour. visiteurs jour : 223
Au président
Beauté santé
Infos loisirs
Ensemble
Jean
Informatique
Relativité
Relativity
Les joies de l'informatique et de l'internet !
Accueil - Disques - Excel - Informatique - Infos - Internet - Javascript - logiciels - Programation - Sites RJ - Vidéo - Plan du site -
<html lang="fr">
<head>
<meta charset="utf-8">
<title>Structure HTML5</title>
</head>
<body>
<header>
<h1>En-tête (header)</h1>
<nav role="menubar">...</nav>
</header>
<main role="main">
<article>
<header>
<h2>Titre</h2>
</header>
<p>...</p>
<footer>
...
</footer>
</article>
<section>
...
</section>
</main>
<aside>
...
</aside>
<footer>
<p>Pied de page (footer)</p>
</footer>
</body>
</html>