Il validatore passa la pagina ma tra i messaggi warning scrive:
codice:
1. Warning 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.
questo è il codice della pagina:
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>
# <title></title>
# <meta name="keywords" content="" />
# <meta name="description" content="" />
# <meta http-equiv="expires" content="0" />
# <meta http-equiv="pragma" content="no-cache" />
# <meta name="revisit-after" content="7 days" />
# <meta name="author" content="" />
# <link href="inc/css.css" rel="stylesheet" type="text/css" />
# <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
# </head>
dove ha trovato UTF 8 ?