Term
The ____ element defines the form, and all form input elements are nested inside it. |
|
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 dat and sends its 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 provate, or when it is large, such as when a private, or when it is large, such as when a TEXTAREA or file INPUT element is needed. |
|
Definition
|
|
Term
Use ___ for requests that might be bookmarked. |
|
Definition
|
|
Term
The _____ element can act as many differernt input controls on the Web page, depending on the value of its "type" attribute. |
|
Definition
|
|
Term
A type of ____ cretes a single line text input. |
|
Definition
|
|
Term
A type of ______ creates a submit button. |
|
Definition
|
|
Term
A type of _____ creates one radio button. All radio buttons with the same name make up a group of mutually exclusive buttons. |
|
Definition
|
|
Term
A type of ________ creates one checkbox control. You can create a set of choices by giving mulitple checkboxes the same name. |
|
Definition
|
|
Term
A ________ element creates a multi-line text input area. |
|
Definition
|
|
Term
A ______ elementy creates a menu, which contains one or more OPTION elements. |
|
Definition
|
|
Term
______ 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 teh 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 submit button changes the ___ of the button. |
|
Definition
|
|
Term
When a Web form is submitted, the form data values are paired with their _____________ names, and all names and values are sent to the server. |
|
Definition
|
|
Term
Tables are often used to ______ forms, given that forms have a tabular structure. Once laid out, CSS should be used to style forms to provide the presentataion, including color, font styles, etc. |
|
Definition
|
|
Term
XHTML allows form elements to be organized with the _______ element. |
|
Definition
|
|
Term
The ______ element can be used to attach labels to form elements in a way that aids accessibility. |
|
Definition
|
|