echo'
<span class="capitolo">Ricerca</span>
<div class="almanacco">
<form id="cerca" method="post" action="cerca.php">
<fieldset>
<label>Cerca:
<input type="text" name="serch" size="20" id="serch" value="inserisci termine" tabindex="32"/></label>
<input type="submit" id="submit" value="cerca" tabindex="33"/>
</form>
</div>';
risultato del validatore W3C (XHTML strict)
document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
...t type="submit" id="submit" value="cerca" tabindex="33"/>
Dov'è che sbaglio ?
Grazie