HTML Tutorial 7
Study online at https://quizlet.com/_i1dlhl
1. Identify a syntax that displays a selection list as a scroll box with 5 options
visible in the web form.: <select size="5"> ... </select>
2. Identify the widget that limits a numeric field to a range of possible values by
allowing users to drag a marker horizontally across the possible field values.: -
Slider control
3. Command buttons are created using the input element with the type at-
tribute set to _____.: button
4. A data entry control is associated with a _____ in which data values supplied
by the user are stored.: data field
5. Which of the following is true of field sets?: Field sets act like block elements that can expand
to accommodate their content.
6. Identify a pseudo-class for a check box or option button whose toggle states
cannot be ascertained.: indeterminate
7. A form contains _____, also called widgets, which are the objects that allow the
user to interact with the form.: controls
8. Identify the type of control that performs an action.: A form button
9. Identify the cross-browser style sheet that changes the text color of the
placeholder text for every input box to light red for the moz extension.: in-
put::-moz-placeholder {color: rgb(255, 151, 151);}
10. A _____ is a control used to enter text strings that may include several lines
of content.: Text area box
11. Identify the significance of "text" in <form id="text">.: It identifies the form
12. The technique of immediate data validation and reporting of errors is known
as _____.: inline validation
13. HTML supports the _____ attributes to set the text area size.: rows and cols
14. Identify an attribute that can be added to the input element to validate a text
value against a regular expression.: pattern="regex"
15. Which of the following is true of nesting a control within a label?: It allows the user
to move both the label text and the control as a single unit around the page.
It treats both the label and control as separate objects.
1/3
Study online at https://quizlet.com/_i1dlhl
1. Identify a syntax that displays a selection list as a scroll box with 5 options
visible in the web form.: <select size="5"> ... </select>
2. Identify the widget that limits a numeric field to a range of possible values by
allowing users to drag a marker horizontally across the possible field values.: -
Slider control
3. Command buttons are created using the input element with the type at-
tribute set to _____.: button
4. A data entry control is associated with a _____ in which data values supplied
by the user are stored.: data field
5. Which of the following is true of field sets?: Field sets act like block elements that can expand
to accommodate their content.
6. Identify a pseudo-class for a check box or option button whose toggle states
cannot be ascertained.: indeterminate
7. A form contains _____, also called widgets, which are the objects that allow the
user to interact with the form.: controls
8. Identify the type of control that performs an action.: A form button
9. Identify the cross-browser style sheet that changes the text color of the
placeholder text for every input box to light red for the moz extension.: in-
put::-moz-placeholder {color: rgb(255, 151, 151);}
10. A _____ is a control used to enter text strings that may include several lines
of content.: Text area box
11. Identify the significance of "text" in <form id="text">.: It identifies the form
12. The technique of immediate data validation and reporting of errors is known
as _____.: inline validation
13. HTML supports the _____ attributes to set the text area size.: rows and cols
14. Identify an attribute that can be added to the input element to validate a text
value against a regular expression.: pattern="regex"
15. Which of the following is true of nesting a control within a label?: It allows the user
to move both the label text and the control as a single unit around the page.
It treats both the label and control as separate objects.
1/3