http://www.w3.org/QA/2002/04/valid-dtd-list.html
Dans la balise head il faut rajouter :
Pour le XHTML
<head>
<title>An XHTML 1.0 Strict standard template</title>
<meta http-equiv="content-type"
content="text/html;charset=utf-8" />
</head>
Pour le HTML5 :
<head>
<meta charset="UTF-8">
<title>HTML 5 Example by www.techonthenet.com</title>
</head>