Ciao a tutti,
sto validando una mia pagina web con Encoding:iso-8859-1 e Doctype:XHTML 1.0 Transitional.
Ho un errore che non capisco e lo riporto qui:
La pagina html ha semplicemente questo codice:# Error Line 112, Column 5: document type does not allow element "h2" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
<h2>Titolo pagina</h2>
The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.
One possible cause for this message is that you have attempted to put a block-level element (such as "
" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
<h2>Orario di funzionamento per tutti i plessi</h2></p>
com'è possibile eliminare questo errore? non riesco a venirne fuori!
Grazie :-)