|
when to use tables
say you've got a form thats responsible for collecting data on an individual pertaining to first name, last name, middle initial, address, state, zip, etc.
is it good web etiquette to use a table for organizing the input fields and then returning the entered data in the same table, or should you use a table to organize the returned data only?
and if the best way is to only use table markup for the returned data only, whats the most effective method for organizing the input fields? unordered lists? a separate div for each field? thoughts? thanks!
|