Term
|
Definition
|
|
Term
|
Definition
| contains the url of the web appilication |
|
|
Term
|
Definition
| contains the method of sending the form data GET or Post |
|
|
Term
|
Definition
| form data and sends it as a part of the request |
|
|
Term
|
Definition
| form data and appends it to the URL |
|
|
Term
|
Definition
| it is private, or when it is large. |
|
|
Term
|
Definition
| for requests that might be bookmarked |
|
|
Term
| the input element can act |
|
Definition
| as many different input controls on the web page, depending on the value |
|
|
Term
|
Definition
| creates a single line text |
|
|
Term
|
Definition
| creates a a submit button |
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
| makes a multi-line text box |
|
|
Term
|
Definition
|
|
Term
| if you put text in the textarea |
|
Definition
| it becomes the default text |
|
|
Term
|
Definition
| gives a single-line text a value |
|
|
Term
|
Definition
| on a button changes the text |
|
|
Term
|
Definition
| web form is submitted the form data values are paired with their corresponding names, and all values. |
|
|
Term
|
Definition
| that are often used for layouts |
|
|
Term
|
Definition
| allows form elements to be organized with the feildset |
|
|
Term
|
Definition
| element can be used to attach labels to form elements in a way that aids accessibilty. |
|
|