Allora, tu hai scelto come DOCTYPE l'HTML 4.01 STRICT ...
Quindi:
# Line 5, Column 18: Attribute "LANGUAGE" is not a valid attribute. Did you mean "language"?
<script language="JavaScript" type="text/JavaScript">
in HTML 4.01 strict non esiste l'attributo language
# Line 51, Column 18: Attribute "HEIGHT" is not a valid attribute. Did you mean "height"?
<tr height="198">
in HTML 4.01 strict non esiste, per una <tr>, l'attributo height
# Line 52, Column 19: Attribute "WIDTH" is not a valid attribute. Did you mean "width"?
<td width="237" class="topleft"> </td>
in HTML 4.01 strict non esiste, per una <td>, l'attributo width
# Line 122, Column 146: Attribute "BORDER" is not a valid attribute. Did you mean "border"?
…if" width="192" height="104" border="0" usemap="#Map" alt="Contatta l'ITC R.
in HTML 4.01 strict non esiste, per una <img>, l'attributo border
# Line 124, Column 62: required attribute "ALT" not specified
… shape="rect" coords="11,9,183,61" href="contatti.php">
in HTML 4.01 strict le <img>devono sempre avere l'attributo alt
# Line 131, Column 49: Attribute "BGCOLOR" is not a valid attribute. Did you mean "bgcolor"?
…align="center" valign="top" bgcolor="#f5df87"><table width="90%" border="0" c
in HTML 4.01 strict non esiste, per una <td>, l'attributo bgcolor
# Line 146, Column 32: Attribute "HEIGHT" is not a valid attribute. Did you mean "height"?
<table width="100%" height="47" border="0" cellspacing="0" cellpadding="0">
in HTML 4.01 strict non esiste, per una <table>, l'attributo height
# Line 151, Column 65: Attribute "TARGET" is not a valid attribute. Did you mean "target"?
…eveoplment: <a href="http://www.metatad.it" target="_blank">[b]studio
in HTML 4.01 strict non esiste, per una <a>, l'attributo target
Controlla QUI gli attributi che puoi usare ...
HTH
Zappa