La dichiarazione:

<?xml version="1.0" encoding="UTF-8"?>

va omessa per garantire la piena retrocompatibilitą di un documento.
Quindi inseriamo il meta tag:

<meta http-equiv="Content-type" content='text/html; charset="UTF-8"' />


Ma provando a validare vari documenti, mi sono trovato davanti a una cosa strana:
alcuni sono validi, altri nn dice che sono invalidi, ma mi visulizza questo:

Sorry, I am unable to validate this document because on line 13 it contained one or more bytes that I cannot interpret as utf-8 (in other words, the bytes found are not valid values in the specified Character Encoding). Please check both the content of the file and the character encoding indication.


il fatto č che tutti hanno la stessa struttura (nn hanno definizio xml, hanno identico meta tag, identico tag <html>) ma cambia solo il body....qual č la strutturam definitiva e sicuramente valida???