wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

WebTech - Forms Quizz

Total questions: 9

Worksheet time: 5mins

Name
Class
Date
1.

Which HTML element is used to create a single-line text input field

a)

<input type="text">

b)

<textarea>

c)

<select>

d)

<datalist>

2.

Which HTML element is used to create a multi-line text input field?

-

a)

<textarea>

b)

<input type="text">

c)

<select>

d)

<datalist>

3.

Which HTML element is used to create a dropdown menu?

a)

<select>

b)

<textarea>

c)

<datalist>

d)

<input type="text">

4.

Which HTML element provides a list of predefined options for an input field?

a)

<textarea>

b)

<input type="text">

c)

<select>

d)

<datalist>

5.

Which attribute is required for a <datalist> to work with an <input>?

a)

id

b)

name

c)

list

d)

value

6.

Which HTML element is used to create a group of radio buttons?

-

a)

<input type="radio">

b)

<textarea>

c)

<select>

d)

<datalist>

7.

Which attribute groups radio buttons together?

a)

id

b)

name

c)

value

d)

type

8.

Which attribute pre-selects a checkbox or radio button?

a)

checked

b)

selected

c)

value

d)

name

9.

Which attribute sets the default value of an input field?

a)

value

b)

placeholder

c)

values

d)

placeholders