Tables with input fields.
InputTable1 | A three column table of two text columns and a text input column. Without a form or submit button, typically included within a form. |
InputTable3 | A table of four columns, two being text strings, one a text input field, the fourth being a cell with up and down arrow links |
InputTable4 | A table of four columns, three being text strings, the fourth being a cell with up and down arrow links and a hidden field |
InputTable5 | A div of four columns, the first just being label text, the second being text input fields, the third and fourth being submit buttons. Each row of the table is a form, the form action ident is the same for all forms and each form has four hidden fields.
As well as the input text field each form submits button and value, so which of the two buttons is pressed can be identified. |