Term
Project 6
The _____ contains all the objects that make up a single form. |
|
Definition
|
|
Term
Project 6
The _______ method is used to append user-entered data to the URL when a user submits a form. |
|
Definition
|
|
Term
Project 6
How can you enable a form so users can submit information in an email? |
|
Definition
Type the mailto protocol and the email address into the action field of the Properties panel |
|
|
Term
Project 6
In the Input Tab Accessibility Attributes dialog box, which option is the best choice ifyou want to place the form object and its label in separate columns of a table? |
|
Definition
Attach label tag using 'for' attribute |
|
|
Term
Project 6
The _______ field in the Properties panel defines the width of a text field. |
|
Definition
|
|
Term
Project 6
Which type of field allows a user to select and upload a file to your server? |
|
Definition
|
|
Term
Project 6
Which of the following statements is true of text fields in an HTML form? |
|
Definition
Selecting the Password option obscures the characters entered into the field. |
|
|
Term
|
Definition
|
|
Term
Project 6
A _________ form field allows users to select one or more options from a predefined group of choices |
|
Definition
|
|
Term
Project 6
The text in a button form field is defined by the field's __________. |
|
Definition
|
|
Term
Project 6
Which of the following statements is true of a selection menu form field? |
|
Definition
The item label appears in the browser window; the value is sent as the field value when the form is submitted |
|
|
Term
Project 6
In a list menu filed, users can select ____________ |
|
Definition
multiple options in a list menu if yo enable the options in the Properties panel. |
|
|
Term
Project 6
Using CSS, which tag selector determines the appearance of text fields? |
|
Definition
|
|
Term
Project 6
Using CSS, which tag selector determines the appearance of selected menu fields? |
|
Definition
|
|
Term
Project 6
You can apply a specific CSS class selector to _____________. |
|
Definition
as many objects as necessary in a single page or div |
|
|
Term
Project 6
________ validation can be used to verify that form data meet defined criteria before a user submits the form. |
|
Definition
|
|
Term
Project 6
A _________ can be used to force users to select only one option from a defined set of choices. |
|
Definition
|
|
Term
Project 6
________________ can be used to validate form elements. |
|
Definition
|
|
Term
Project 6
The validation script of a widget is created by wrapping a ______ tag around the form element code. |
|
Definition
|
|
Term
Project 6
Which method is necessary to be sure the appropriate styles are copied into the page when you add form validation widgets? |
|
Definition
Nothing; the CSS elements are copied for you when you save the file. |
|
|
Term
Project 6
The _______________ form method attaches form data to the URL of the action page. |
|
Definition
|
|
Term
Project 6
The ____________________ can be used to send the contents of a form to a specific email address when the user clicks the Submit button. |
|
Definition
|
|
Term
Project 6
The ________ tag identifies a form field to both users and screen reader software. |
|
Definition
|
|
Term
Project 6
The ______________ property of a text field defines the text that displays in the field when the form first loads. |
|
Definition
|
|
Term
Project 6
A(n) ______ can be added to allow users to submit logos or other files with their form data. |
|
Definition
|
|
Term
A(n) field presents options from a defined list, where users can choose only one option. |
|
Definition
|
|
Term
A(n) field presents options from a defined list; you can change the field height to show up multiple options at once, and you can allow users to choose more than one option. |
|
Definition
|
|
Term
The determines the text that appears on a Submit or Reset button. |
|
Definition
|
|
Term
The tag creates menus and selection lists |
|
Definition
|
|
Term
|
Definition
A unique name that identifies the form. The form ID enables you to reference a form of JavaScript or another scripting language, and to format the form using CSS |
|
|