in effetti gli input dovrebbero essere racchiusi da un fieldset...![]()
in xhtml (il codice di w3schools è xhtml visti i tag autochiudenti) verrebbe sicuramente sollevato un problema di validazione
http://stackoverflow.com/questions/1...inputs-outside
http://stackoverflow.com/questions/6...ict-validation
input and label elements are not allowed as child elements to form elements.
...
You need to put your form inputs in a <fieldset> or other block tag. <input> elements are inline form elements, and inline elements may not appear in a block context.