Mam taki kod:
Doctype to HTML 4.01 Strict. Jak jakiś czas temu robiłem formularze w ten sam sposób, nic nie wyskakiwało, tak teraz ciągle pluje się o formularze.
Ciągle wypisuje błędy typu:
character data is not allowed here
<input type="radio" name="sonda">Opcja 1<br>
document type does not allow element "BR" here; missing one of "P", "H1", "H2", "H3", "H4", "H5", "H6", "PRE", "DIV", "ADDRESS" start-tag
<input type="radio" name="sonda">Opcja 1<br>
end tag for "FORM" which is not finished
</form>
Jak poprawnie budować formularze? Chętnie przejrzę jakieś publikacje na ten temat.