wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

HTML Forms

Total questions: 10

Worksheet time: 6mins

Name
Class
Date
1.

What tag tells the browser where the form starts and ends?

a)

<form> tag

b)

<table> tag

c)

<a> tag

d)

<img> tag

2.

There are 3 form attributes named as action, target, and (a)   .

3.

What form attributes includes the POST and GET values?

a)

action

b)

target

c)

method

4.

What form elements are used in creating this drop-down list?

a)

<select> and <option>

b)

<label> and <input>

c)

<textarea> and <input>

d)

<select> and <input>

5.

What form elements are used in creating this text field?

a)

<select> and <option>

b)

<label> and <input>

c)

<textarea> and <input>

d)

<select> and <input>

6.

TRUE or FALSE


The id attribute of the <input> element should always be equal to the for attribute of the <label> element.

(a)  

7.

What HTML input type is used to create this password field?

a)

<input type="text">

b)

<input type="submit">

c)

<input type="password">

d)

<input type="radio">

8.

What HTML input type is used to create this submit button?

a)

<input type="text">

b)

<input type="submit">

c)

<input type="password">

d)

<input type="radio">

9.

What HTML input type is used to create this form selections?

a)

<input type="text">

b)

<input type="submit">

c)

<input type="password">

d)

<input type="radio">

10.

What HTML input type is used to create this form checkbox?

a)

<input type="text">

b)

<input type="checkbox">

c)

<input type="password">

d)

<input type="radio">