Font size
WorksheetsWeb Development Ch 7 Quiz Review
Total questions: 20
Worksheet time: 8mins
You can omit the for attribute in a label element if the control is nested within the label tag.
True
False
A(n) (a) is created using the select and option elements and presents users with a group of predefined possible values for the data field.
The check box control is created using the (a) element.
Use the (a) and (b) attributes to set the text area size
When creating an input element, which is the default value for the type attribute?
text
date
button
color
By default, browsers display input boxes as (a) elements with a default length of 20 characters.
These are text strings that appear within a form control, providing a hint about the kind of data that should be entered into the field.
Placeholders
Default values
Shadow text
Tooltips
Which attribute must be added to a control to identify whether an entry is optional?
Required
Default
Essential
Select
A default value for a text entry box is (a) .
When a for attribute is used, the label text must appear adjacent to the control for which it is being used.
True
False
Which list can be applied to an input box to make the values appear as a pop-up list of suggested values?
data list
input list
value list
for list
This type of control performs an action.
Form button
Post label
Input box
Input list
Box A is a(n) (a) .
The id attribute of an input element is required only when it is needed to reference the control element.
True
False
Command buttons are created using the input element with the type attribute set to (a) .
Match the following input types with their expected inputs.
Input box
Text
Check box
Multiple selections
Radio button
Exclusive choice
Password
Hidden text
Range
Series of values
Every field set can contain the (a) element, which should have only text and no nested elements for describing its content.
The technique of immediate data validation and reporting of errors is known as what type of validation?
Inline
Server-side
Online
Instant
In a form element, a(n) (a) specifies how the element should be processed by the browser.
Identify the significance of "text" in <form id="text">.
It uniquely identifies the form
It provides a text description of the form
It tells the browser how to process the form
It is the content of the form
