A | B |
method | Attribute that specifies how a browser will send form data to a Web server |
name | Attribute that identifies user input and associates it with a value to help organize user-submitted data |
select | Element used to create drop-down option lists from which the user can choose single or multiple options |
form | Required element to create a Web form, and contains all other form elements |
textarea | Element used to create drop-down option lists from which the user can choose single or multiple options |
input | Element used to create text boxes, check boxes, radio buttons, and the Submit and Reset buttons |
value | Attribute that allows default text to appear inside a text box |
cols | Attribute that specifies the width of a scrolling text box |
action | Attribute that specifies the name and location of the script used to process the form |