You have used character data somewhere it is not permitted to appear. Mistakes that can cause this error include putting text directly in the body of the document without wrapping it in a container element (such as a
aragraph</p>) or forgetting to quote an attribute value (where characters such as "%" and "/" are common, but cannot appear without surrounding quotes).
quindi:
-errore se provi a validare:
codice:
<body>perché è tè non caffè</body>
-ok se scrivi:
codice:
<body>
perché è tè non caffè</p></body>
ciaux