Worksheetshtml-form
Total questions: 11
Worksheet time: 6mins
In a form, <input type="text" ...>
cannot be set to "required"
is not valid
will accept multiple lines of characters.
will accept only a single line of characters.
What HTML input type is used to create this password field?
<input type="text">
<input type="submit">
<input type="password">
<input type="radio">
What HTML input type is used to create this submit button?
<input type="text">
<input type="submit">
<input type="password">
<input type="radio">
What HTML input type is used to create this form selections?
<input type="text">
<input type="submit">
<input type="password">
<input type="radio">
What HTML input type is used to create this form checkbox?
<input type="text">
<input type="checkbox">
<input type="password">
<input type="radio">
Checkbox buttons let users select one or more of a particular set of choices
True
False
Allows users to pick just one of a number of options
Radio Button
Check Box
Drop Down List
Password Input
__________ provides an easy way to collect required information from web page visitors.
Link
Form
Image
None of the above
________ is used in form for a single line of input.
Text box
Password box
Check box
Radio box
Which one of the following is a form element?
text box.
radio button.
submit button.
All of these.
