[whatwg] form markup

Rikkert Koppes lists at rikkertkoppes.com
Tue Feb 24 02:31:13 PST 2009


There are various ways to forms are beining marked up, to name a few
1. use a table, put labels and inputs in cells
2. use a dl, put labels in dt, put inputs in dd
3. use p elements to surround label and input pairs
4. use an ol element, let li surround label and input pairs
5. use an ul element, let li surround label and input pairs

Is there any preferred method?

Regards,
Rikkert Koppes



More information about the whatwg mailing list