[whatwg] form markup

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

Received on Tuesday, 24 February 2009 02:31:13 UTC