Ossature d'une page html


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type"/>
<meta name="language" content="fr" />
<link rel="shortcut icon" type="../image/x-icon" href="../../ImgIndex/JLB.ico"/>
<link rel="stylesheet" media="all" href="../../TutosNP_Tous.css" type="text/css"/>
<link rel="stylesheet" media="print" href="../../TutosNP_Impr.css"
             type="text/css"/>
</head>
<body>
<div id="Conteneur">
<div id="EnTete">
<h1> TITRE PRINCIPAL </h1>
</div>
<div id="Corps">
<div class="Chapitre1">
<h2> 1er Sous-Titre</h2>
<p> 1er Paragraphe</p>
<p> 2ème Paragraphe</p>
<p> 3ème Paragraphe</p>
</div>
<div id="Chapitre 2">
<h2> 1er Sous-Titre</h2>
<p> 1er Paragraphe</p>
<p> 2ème Paragraphe</p>
<p> 3ème Paragraphe</p>
</div>
<div class="Chapitre1">
<h2> 1er Sous-Titre</h2>
<p> 1er Paragraphe</p>
<p> 2ème Paragraphe</p>
<p> 3ème Paragraphe</p>
</div>
</div> Fermeture id="Corps"
<div id="Pied">
<p>Paragraphe</p>
</div>
</div> Fermeture id="Conteneur"
</body>
</html>