Page html vierge

Transcription

Page html vierge
C:\Donnees\Olivier\WEB\SiteOlivierBriand\fichiers\01 Page xhtml vierge.html
samedi 26 février 2011 18:58
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">
<head>
<title> Mon site à moi </title>
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"/>
<!-- BALISE <link/> AUTO-FERMANTE permet de faire référence à un fichier CSS de mise en
forme -->
<link rel="stylesheet" media="screen" type="text/css"
title="Ma feuille de style à moi" href = "01_feulle_style.css"
/>
</head>
<body>
<p>
Bonjour
</p>
<!-- ICONES W3C CLIQUABLES -->
<!-- --------------------- -->
<div id="valid_W3C">
<!-- Permet de mettre l'icone cliquable vers le site de validation du code HTML du W3C
-->
<a href="http://validator.w3.org/check?uri=referer">
<img
src="http://www.w3.org/Icons/valid-xhtml10"
alt="Valid XHTML 1.0 Strict" height="25" width="60" />
</a>
<!-- Permet de mettre l'icone cliquable vers le site de validation du code CSS du W3C -->
<a href="http://jigsaw.w3.org/css-validator/check/referer">
<img
style="border:2;width:60px;height:25px"
src="http://jigsaw.w3.org/css-validator/images/vcss-blue"
alt="CSS Valide !" />
</a>
</div>
</body>
</html>
-1-