Ciao ragazzi mi spiegate come mai ho questi problemi:

Error Line 77 column 9: document type does not allow element "span" here; missing one of "ins", "del", "h1", "h2", "h3", "h4", "h5", "h6", "p", "div", "pre", "address", "fieldset" start-tag.
<span><input type="text" id="codiceCliente" name="codiceCliente" onfocus="ja

Error Line 78 column 29: document type does not allow element "label" here; missing one of "ins", "del", "h1", "h2", "h3", "h4", "h5", "h6", "p", "div", "address", "fieldset" start-tag.
<label for="codiceUtente">Codice Utente</label>
la pagina ha una struttura del genere
codice:
<div>
<form>
<input type="hidden" ...> 
<label for="codiceUtente">Codice Utente</label>
il document type è
codice:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
grazie, sono graditi anche eventuali link, ad esempio
dove posso vedere cosa è accettato dall'xhtml 1.1 rispetto all'1.0?

rigrazie