Term
| The [a] element defines the form, and all form [b] elements are [c] inside it. |
|
Definition
| [a] FORM [b] input [c]nested |
|
|
Term
| The [a] attribute contains the [b] of the [c]. |
|
Definition
| [a] action [b] URL [c] Web Application |
|
|
Term
| The [a] attribute contains the method of [b] the [c]: either POST or GET. |
|
Definition
| [a] method [b] sending [c] form data |
|
|
Term
| A [a] packages [b] and sends it as part of the [c]. |
|
Definition
| [a] POST [b] form data [c] request |
|
|
Term
| A [a] packages [b] and [c] it to the URL. |
|
Definition
| [a] GET [b] form data [c] appends |
|
|
Term
| Use [a] when the form data should be private, or when it is large, such as when a [b] or file [c] element is used. |
|
Definition
| [a] POST [b] TEXTAREA [c]INPUT |
|
|
Term
| Use [a] for [b] that might be [c]. |
|
Definition
| [a] GET [b] requests [c] bookmarked |
|
|
Term
| The [a] element can act as many different [a] [b] on the [c], depending on the value of its "type" attribute. |
|
Definition
| [a] INPUT [b] controls [c] Web page |
|
|
Term
| A type of [a] creates a [b] [c] input. |
|
Definition
| [a] "text" [b] single-line [c] text |
|
|
Term
| A type of {a] creates a submit button. |
|
Definition
|
|
Term
| A type of [a] creates one radio button. |
|
Definition
|
|
Term
| A type of [a] creates one checkbox [b]. |
|
Definition
| [a] "checkbox" [b] control |
|
|
Term
| A [a] element creates a multi-line text [b] area. |
|
Definition
|
|
Term
| A [a] element creates creates a menu, which contains one or more [b] elements. [b] elements define the [c] in the menu. |
|
Definition
| [a] SELECT [b] OPTION [c] items |
|
|
Term
| If you put text into the [b] of a [a] element, it will become the [c] text in a text area control on the Web Page. |
|
Definition
| [a]TEXTAREA [b] content [c]default |
|
|
Term
| The [b] attribute in the text [a] element can be used to give a single-line text input an [c]. |
|
Definition
| [a] INPUT [b] value [c] initial value |
|
|
Term
| Setting the [a] attribute on a submit button changes the [b] of the button. |
|
Definition
|
|
Term
| When a [b] is submitted, the form data values are [c] with their [a] names, and all names and values are sent to the server. |
|
Definition
| [a] corresponding [b] Web form [c] paired |
|
|
Term
| [a] are often used to [b], given that forms have [c]. |
|
Definition
| [a] Tables [b]layout forms [c] tabular structure |
|
|
Term
| [a] allows form elements to be organized with the [b] element. |
|
Definition
|
|
Term
| the [a] element can be used to [c] labels to form elements in a way that aids [b]. |
|
Definition
| [a] LABEL [b] accessibility [c] attach |
|
|
Term
| Which XHTML tag configures a button that can be clicked to reset form fields to their default values automatically? |
|
Definition
|
|
Term
| Which attribute of the FORM tag is used to specify the name and location of the script that will process the form field values? |
|
Definition
|
|
Term
| Which of the following form elements does not use the INPUT tag? |
|
Definition
|
|
Term
| Choose the XHTML tag that would configure a text box with the name "email" and a width of 40 characters. |
|
Definition
|
|
Term
| Which of the following form elements would be appropriate for an area that your visitors can use to type in comments about your Web site? |
|
Definition
|
|
Term
| You would like to conduct a survey and ask your Web page visitors to vote for their favorite search engine. Which of the following form elements is best to use this purpose? |
|
Definition
|
|
Term
| You would like to conduct a survey and ask your Web page visitors to indicate the Web browsers that they use. Which of the following form elements is best to use for this purpose? |
|
Definition
|
|
Term
| An order form contains an area for Web visitors to select their preferred method of shipping. You need to limit the amount of space on the form that is used for this feature. Which of the following form elements is best to use for this purpose? |
|
Definition
|
|
Term
| Which XHTML tag would configure a scrolling text box with the name comments, 2 rows, and 30 characters? |
|
Definition
|
|
Term
| Choose the XHTML that would associate a label displaying the text Phone Number with the text box named orderPhone. The letter P should function as a hot key for the text box. |
|
Definition
|
|
Term
| To limit the number of characters that a text box will accept, use the ________ attribute. |
|
Definition
|
|
Term
| To group a number of form elements visually on the page, use the ________ elements. |
|
Definition
|
|
Term
| To cause a number of radio buttons to be treated as a single group, the value of the _________ attribute must be identical. |
|
Definition
|
|
Term
| Explain why a Web developer should avoid using mailto: to process form information. |
|
Definition
|
|
Term
| List one purpose of using a form on a Web page. |
|
Definition
|
|