wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

HTML forms

Total questions: 10

Worksheet time: 8mins

Name
Class
Date
1.

The _______ tag is used to create an HTML form for user input.

a)

<fieldset>

b)

<input>

c)

<form>

d)

<label>

2.

Which allows the user to pick just one of a number of option

a)

Checkbox

b)

Radio button

c)

Drop down list

d)

Password input

3.

This is also a single-line text input but it masks the character as soon as the user enters

a)

Single line text input

b)

Multi line text input

c)

Password input controls

d)

Checkbox controls

4.

Which of the following paired correctly?

a)

<button> : it defines a clickable button.

b)

<fieldset> : it defines an HTML form to enter inputs by the user.

c)

<label> : it defines a label for an input element.

d)

<textarea> : it defines a caption for a <fieldset> element.

5.

Attributes used for file upload box

(a)  

6.

<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)  

7.

There are (a)   types of text input used on forms

8.

HTML form is used for/to

a)

Collect user input

b)

It is not a section of a document

c)

Contains password control only

d)

Users can enter data in specific fields

e)

to capture website visitors' information

9.

Which tag used to groups the related element in a form.

a)

<input>

b)

<optgroup>

c)

<legend>

d)

<fieldset>

10.

It is used to hide data inside the page.

a)

Password input control

b)

Multi line text input controla

c)

Hidden input control

d)

Submit button control