Skip to content

Instantly share code, notes, and snippets.

@jfreyre
Last active December 26, 2015 08:09
Show Gist options
  • Save jfreyre/7120101 to your computer and use it in GitHub Desktop.
Save jfreyre/7120101 to your computer and use it in GitHub Desktop.
<!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" lang="fr">
<head>
<!-- Le contenu caché -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Titre de la page</title>
</head>
<body>
<!-- Le contenu visible -->
<h1>Document XHTML 1.0 valide</h1>
<p>Conforme aux recommandations du <acronym title="World Wide Web Consortium">W3C</acronym>.</p>
<p>
<a href="http://validator.w3.org">Validateur XHTML du W3C</a>
</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment