et voici mon début :
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtm/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">
<head>
<title>Titre du Site</title>
<link rel="stylesheet" type="text/css" href="Site/xhtml.css">
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
<meta name="description" content="mettre une description de la page">
</head>
<body>
<h1>Ici un titre</h1>
<p>Et ici un paragraphe</p>
</body>
</html>