Ciao a tutti
sto validando il codice markup W3C della mia pagina nella quale non ho errori ma ho un avvertimento con questo messaggio:
DOCTYPE Override in effect!
The detected DOCTYPE Declaration "<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN" http://www.w3.org/TR/html4/strict.dtd>" has been suppressed and the DOCTYPE for "XHTML 1.0 Strict" inserted instead, but even if no errors are shown below the document will not be Valid until you update it to reflect this new DOCTYPE.
Non riesco a capire come togliere questo avvertimento!
Il codice è questo:
<!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" xml:lang="en" lang="en" />
<head>
<meta name="robots" content="FOLLOW,INDEX" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
Questa è la pagina:
http://www.pixelgraphic.it/modello.a...contenuti=home
Potete aiutarmi?
Pier