Term
The '________' element defines the form, and all form input elements are nested inside. |
|
Definition
|
|
Term
The _______ attribute contains the URL of the Web Application. |
|
Definition
|
|
Term
The _______ attribute contains the method of sending the form data: either POST or GET. |
|
Definition
|
|
Term
A ______ packages form data snd sends it as part of the request. |
|
Definition
|
|
Term
A ________ packages form data and appends it to the URL. |
|
Definition
|
|
Term
Use _______ when the form data should be private, or when it is large, such as when a 'textarea' or file 'input' element is used. |
|
Definition
|
|
Term
Use ______ for requests that might be bookmarked. |
|
Definition
|
|
Term
The _____ element can act as many different input controls on the Web page, depending on the value of its "type" attribute. |
|
Definition
|
|
Term
A type of "_______" creates a single line text input. |
|
Definition
|
|
Term
A type of "_____" creates a {___} button. |
|
Definition
|
|
Term
A type of "______" creates one {___} button. All {___} buttons with the same name make up a group of mutually exclusive buttons. |
|
Definition
|
|
Term
A type of "______" creates one {___} control. You can create a set of choices by givingmultiple {____} the same name. |
|
Definition
|
|
Term
A '_____' element creates a multi-line text input area. |
|
Definition
|
|
Term
A (a) element creates a menu, which contains one or more '(b)' elements. (b) elements define the items in the menu. |
|
Definition
|
|
Term
If you put text into the content of a 'textarea' element, it will become the _______ text in a text area control on the Web page. |
|
Definition
|
|
Term
The _____ attribute in the text 'input' element can be used to give a single-line text input an initial value. |
|
Definition
|
|
Term
Setting the value attribute on a ____________ button changes the text of the button. |
|
Definition
|
|
Term
When a Web form is submitted, the form data values are paired with their corresponding names, and all names and values are sent to the _______. |
|
Definition
|
|
Term
Tables are often used to _________, given that forms have tabular structure. |
|
Definition
layout forms
{Once laid out, CSS should be used to styles forms to provide the presentation, including color, font styles, etc.} |
|
|
Term
XHTML allows forms elements to be organized with the '________' element. |
|
Definition
|
|
Term
The '____' element cna be used to attach (___)s to form elements in a way that aids accessibility. |
|
Definition
|
|