Is it acceptable to use tables for forms? Or is it still more correct to use divs?

Viewed 16826

I'm wondering whether it's acceptable to use tables for forms.

Strictly speaking, name/value pairs are tabular data, aren't they? And a form is just a user customisable set of name/value pairs. So is it right to use tables in this case? Or should I use divs styled with CSS?

13 Answers
Related