Term
|
Definition
The _______ element defines the form and all form input elements are nested inside it. |
|
|
Term
|
Definition
A __________ element creates a multi-line text input area |
|
|
Term
The URL of the Web Application. |
|
Definition
The action attribute contains what? |
|
|
Term
|
Definition
A select element creates a menu, which contains one or more _____ elements. ________ elements define the items in the menu. |
|
|
Term
The form data.
Either POST or GET. |
|
Definition
The method attribute contains the method of sending what? |
|
|
Term
|
Definition
If you put text into the content of a text area element, it will become the _______ text in a text area control on the Web page. |
|
|
Term
|
Definition
What packages form data and sends it as part of the request? |
|
|
Term
|
Definition
The ________ attribute in the text input element can be used to give a single-line text input an inital value. |
|
|
Term
packages the form data and appends it to the URL |
|
Definition
What does the GET method do? |
|
|
Term
|
Definition
Setting the value attribute on the submit does what to the text of the button? |
|
|
Term
|
Definition
XHTML allows form elements to be organized with what element? |
|
|
Term
False. A type of "submit" creates a submit button. |
|
Definition
A type of "submit" creates a signle line text input.
True or False? |
|
|
Term
|
Definition
A type of "text" creates a single line text input.
True or False? |
|
|
Term
|
Definition
Use POST when the form data should be private or when it is large such as when a _____________ or file ________ element is used. |
|
|
Term
|
Definition
Use GET for requests that might be ___________________. |
|
|
Term
|
Definition
The input element can act as many different input controls on the Web page, depending on the value of its "____" attribute. |
|
|
Term
|
Definition
A type of _____ creates one radio button. All radio buttons with the same name make up a group of mutually exclusive buttons. |
|
|
Term
|
Definition
A type of checkbox creates one checkbox control. You can create a set of choices by giving _________ __________ the same name. |
|
|
Term
|
Definition
When a Web form is submitted, the form data values are paired with their _____________ names, and values are sent to the _______. |
|
|
Term
|
Definition
Tables are used to layout forms because they have a tabular structure.
True or False? |
|
|
Term
To attach labels to form elements in a way that aids accessibility. |
|
Definition
The label element can be used to do what? |
|
|