Term
What does the form element define? |
|
Definition
defines the form and all form input elements are nested inside it. |
|
|
Term
What attribute contains the URL of the Web application? |
|
Definition
|
|
Term
What attribute cantains the method of sending form data: either POST or GET? |
|
Definition
|
|
Term
What packages form data and sends it as a part of the request? |
|
Definition
|
|
Term
What packages form data and appends it to the URL? |
|
Definition
|
|
Term
|
Definition
When the form data should be private or when it is large such as when a textarea or file input element used. |
|
|
Term
|
Definition
for requaests that might be book marked |
|
|
Term
What does the input element act as? |
|
Definition
many different inout controls on the Web Page. |
|
|
Term
What creates a slingle line text input? |
|
Definition
|
|
Term
What create a submit button? |
|
Definition
|
|
Term
What creates a radio button? |
|
Definition
|
|
Term
What creates one checkbox control? |
|
Definition
|
|
Term
What does a textarea element create? |
|
Definition
a multi-line text input area |
|
|
Term
What does a select element create? |
|
Definition
A menu which contains one or more option elemnets. |
|
|
Term
What element defines the items in te menu? |
|
Definition
|
|
Term
What happens when you put text into a content of a textarea element? |
|
Definition
it will become the default text in a text area control on the Web Page |
|
|
Term
What attribute can ve used dto give a single-libe text input an initial value? |
|
Definition
|
|
Term
What changes the text of the submit button? |
|
Definition
Setting the value attributeon a submit button |
|
|
Term
When a web form is submitted, the form data values are paired with what? |
|
Definition
their corresponding names and all names and values are sent to the server |
|
|
Term
|
Definition
to layout forms given that forms have tabular structure. |
|
|
Term
What allows elements to be organized with the fieldset element? |
|
Definition
|
|
Term
What element can be used to attach labels to form elements in a way that aids accessibility? |
|
Definition
|
|