Term
|
Definition
the ___ element defines the form, and all form input elements are nested inside it. |
|
|
Term
|
Definition
the __- attribute contains the URL of the Web Application |
|
|
Term
|
Definition
the method attribute containd the method of sending the form data: either __ or ___ |
|
|
Term
|
Definition
a ___ packages form data and sends it as part of the request |
|
|
Term
|
Definition
a ___ packages form data and appends it to the URL |
|
|
Term
|
Definition
use POST when the form data should be private, or when it is large, such as when a ___ or ___ element is used |
|
|
Term
|
Definition
use ___ for request that might be bookmarked |
|
|
Term
|
Definition
the input element can act as many different input controls on the Web page, depending on the values of its ___ attribute |
|
|
Term
|
Definition
the type of ___ creates a single line text input |
|
|
Term
|
Definition
a type of ___ creates a submit button |
|
|
Term
|
Definition
a type of ___ creates one ___ button. all ___ buttons with the same name make up a group of muttually exclusive buttons |
|
|
Term
|
Definition
a type of ___ creates one ___ control. you can create a set of choices by giving multiple ___ the same name |
|
|
Term
|
Definition
a ___ element creates a multi-line text input area |
|
|
Term
|
Definition
a ___ element creates a menu, which contains one or more option elements. |
|
|
Term
|
Definition
___ elements define the item in the menu |
|
|
Term
|
Definition
if you put text into the content of the textarea element, it will become the ___ text in a text area control on the Web page |
|
|
Term
|
Definition
the value attribute in the text input element can be used to give a ____ input an intial value |
|
|
Term
|
Definition
setting the value attribute on a submit button change the __ of the button |
|
|
Term
|
Definition
when a Web form is submitted, the form data values are paired with their _____ manes, and all names and values are sent to the server |
|
|
Term
|
Definition
___ are often used to layout forms, given that forms have a tabular structure. |
|
|
Term
|
Definition
XHTML allows form elements to be organized with the ___ element |
|
|
Term
|
Definition
the ___ element can be used to attach labels to form elements in a way the aids accessibility |
|
|