Term
|
Definition
This element defines the form, and all form imput elemtns are nested inside it |
|
|
Term
|
Definition
this attribute contains the URL of the Web Application |
|
|
Term
|
Definition
this attribute contains the method of sending the form data: either POST or GET |
|
|
Term
|
Definition
This packages form data and sends it as part of the request |
|
|
Term
|
Definition
This packages form data and appends i to the URL |
|
|
Term
|
Definition
This is used when the form data should be private, or when it is large, suchas when a textarea or file input element is used |
|
|
Term
|
Definition
use this for requests that might be bookmarked |
|
|
Term
|
Definition
this element can act as many different input controls on the Web page, depending on the value of its type attribute |
|
|
Term
|
Definition
this type creates a single line text input |
|
|
Term
|
Definition
this type creates a submit button |
|
|
Term
|
Definition
this type creates one radio button. All radio buttons with the same name make up a group of mutually exclusive buttons |
|
|
Term
|
Definition
this type creates one checkbox control. You can create a set of choices by giving multiple checkboxes the same name |
|
|
Term
|
Definition
this element creates a multi-line text input area |
|
|
Term
|
Definition
this element creates a menu, which contains one or more option elements. option elements define the items in the menu |
|
|
Term
|
Definition
if you put text into the content of a _________ element, it will become the default text in a text area control on the Web Page |
|
|
Term
|
Definition
the value attribute in the text ______ element can be used to give a single-line text input an initial value |
|
|
Term
|
Definition
setting the value n a _____ ______ changes the text of the button |
|
|
Term
|
Definition
when a web form is submitted, the form data values are paired with their corresponding names, and all names and values are are sent to the _____ |
|
|
Term
|
Definition
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 presentation, including color, font styles, etc. |
|
|
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 that aids accessibility |
|
|