Ciao a tutti.

Domanda 1

Controllando le pagine del mio sito con il validatore, mi viene restituito questo errore.

Bad value text/html; charset=ISO-8859-1 for attribute content on element meta: iso-8859-1 is not a preferred encoding name. The preferred label for this encoding is windows-1252.
<head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
Il codice inserito nella pagina è il seguente:

codice HTML:
<head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta charset="windows-1252">
Devo modificarlo così?

codice HTML:
<meta http-equiv="Content-Type" >
<meta charset="ISO-8859-1">
-----------
Domanda 2

Mi viene restituito anche questo errore.

Bad value X-UA-Compatible for attribute http-equiv on element meta.
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
Qui cosa devo fare?

Grazie a tutti