Quiz 7

9 September 2022
4.7 (114 reviews)
20 test answers

Unlock all answers in this set

Unlock answers (16)
question
Select the attribute used to limit the number of characters that a text box will accept.
answer
maxlength
question
What attributes are valid for the
question
Select the value of the type attribute that configures an HTML5 slider control.
answer
range
question
Select the HTML below that would associate a label displaying the text "Phone" with the text box named customerPhone.
answer
both and
question
Select the attribute used to limit the width of a text box as displayed in a browser.
answer
size
question
Select the HTML tag below that configures a button that, when clicked, will automatically reset form fields to their default values.
answer
both and
question
Select the form control below that does not use the tag.
answer
select list
question
Select the value of the type attribute that configures an HTML5 spinner control.
answer
number
question
Use the ________ attribute on the
tag to specify the name and location of the script that will process the form control values.
answer
action
question
Select the HTML tag below that configures a textbox with the name "email" and a width of 40 characters.
answer
question
When configuring a group of radio button form controls, the value of the ________ attribute on each radio button must be the same.
answer
name
question
The purpose of the ________ is to configure a label for a
.
answer
question
Select the true statement from those listed below.
answer
The input element with type="email" will cause browsers that do not support the attribute to display a text box.
question
Choose the item below that is not a valid value for the input element's type attribute.
answer
e-mail
question
Choose the HTML tag below that would configure a scrolling text box with the name "feedback", 3 rows, and 60 characters.
answer
question
Select the type of form control that "disguises" the characters that are typed.
answer
password