<form name="guestbook" method="post" action="leggix.asp?azione=Inserisci">
Nome
<input type="text" name="nome" maxlength="50" style="width: 100%;">
<input type="text" name="email" maxlength="50" style="width: 100%;">
Homepage (opzionale)
<input type="text" name="homepage" maxlength="50" style="width: 100%;" value="http://">
Titolo
<input type="text" name="titolo" maxlength="70" style="width: 100%;">
Messaggio
<textarea name="messaggio" style="width: 100%; height: 100px;"></textarea>
<input type="submit" value=" Firma il Guestbook ">
</form>
come lo rendo conforme al Xhtml 1.0 Strict :master: