A me sembrerebbe tutto quanto in ordine. La mia intestazione è questa:
codice:
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
<meta http-equiv="Content-Language" content="it" />
<meta name="Description" content="description" />
<meta name="Category" content="category" />
<meta name="Distribution" content="global" />
<meta name="Generator" content="NetBeans 6.9" />
<meta name="Keywords" content="keys" />
<meta name="Robots" content="All" />
<meta name="Owner" content="owner" />
<meta name="Author" content="author"/>
<meta name="Copyright" content="copyright" />
<meta name="Identifier-url" content="sito" />
<meta name="Publisher" content="publisher" />
<meta name="Reply-to" content="mail" />
<meta name="Revisit-after" content="30 days" />
<script type="text/javascript" src="scripts/common.js"></script>
<link rel="shortcut icon" href="{FAVICON}" />
<link rel="stylesheet" type="text/css" href="{SHEET}" />
<title>{TITLE}</title>
</head>
......
</html>