xhtml dovrebbe essere un html well-formed
per intenderci, un tag tipo
o <input> sarebbe un tag non chiuso, poiche' non si usa (ne esiste) </br> ne' </input>
per cui si chiude direttamente nel tag di apertura: <input ... />,
Altri tag dove vige questa regola
<meta ... />
<bgsound ... />
<hr ... />
<iframe /> (anche se qui dipende..)
<img ... />
<embed ... />
<area .../>
<base .../>
Ciao