wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

HTML Forms

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What input types are the arrows pointing to in the picture?

a)

Name

b)

Radio

c)

Text

d)

Checkbox

2.

The picture contains a simple HTML Form example.

a)

True

b)

False

3.

The <input type="text"> doesn't defines a single-line input field for text input.

a)

True

b)

False

4.

Radio buttons let a user select ONE of a limited number of choices.

a)

True

b)

False

5.

This image contains a simple example of HTML Radio Buttons.

a)

True

b)

False

6.

This image contains a simple example of checkboxes.

a)

True

b)

False

7.

The action attribute defines the action to be performed when the form is submitted, by sending the information to a form handler script on the server.

a)

True

b)

False

8.

Pictured is the HTML code for a simple HTML Form with two text inputs and a submit input.

a)

True

b)

False

9.

The circled action attribute is the script that handles the form's input information.

a)

True

b)

False

10.

An HTML form is used to collect user input. The user input is most often sent to a server for processing.

a)

True

b)

False