Buenas tardes.
Mi sitio Web queda validado por W3C pero me dice que no hay compatibilidad en esto:
Character Encoding mismatch!
The character encoding specified in the HTTP header (utf-8) is different from the value in the <meta> element (iso-8859-1). I will use the value from the HTTP header (utf-8) for this validation.
Aquí es el metatag el cual creo que no deja validar completamente mi Web. Por que lo debo de cambiar para que sea validada correctamente?
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
Gracias por su ayuda