Font size
WorksheetsHTML forms
Total questions: 10
Worksheet time: 8mins
The _______ tag is used to create an HTML form for user input.
<fieldset>
<input>
<form>
<label>
Which allows the user to pick just one of a number of option
Checkbox
Radio button
Drop down list
Password input
This is also a single-line text input but it masks the character as soon as the user enters
Single line text input
Multi line text input
Password input controls
Checkbox controls
Which of the following paired correctly?
<button> : it defines a clickable button.
<fieldset> : it defines an HTML form to enter inputs by the user.
<label> : it defines a label for an input element.
<textarea> : it defines a caption for a <fieldset> element.
Attributes used for file upload box
(a)
<input type="___________" name="gender" value="male"> Male
<input type="___________" name="gender" value="female">Female
(Fill the type of input which used to select just one option.)
(a)
There are (a) types of text input used on forms
HTML form is used for/to
Collect user input
It is not a section of a document
Contains password control only
Users can enter data in specific fields
to capture website visitors' information
Which tag used to groups the related element in a form.
<input>
<optgroup>
<legend>
<fieldset>
It is used to hide data inside the page.
Password input control
Multi line text input controla
Hidden input control
Submit button control
