wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Web Development Ch 7 Quiz Review

Total questions: 20

Worksheet time: 8mins

Name
Class
Date
1.

You can omit the for attribute in a label element if the control is nested within the label tag.

a)

True

b)

False

2.

A(n) ​ ​ (a)   is created using the select and option elements and presents users with a group of predefined possible values for the data field.

Choose from the below words
selection list
option button
check box
text entry area
3.

The check box control is created using the ​ (a)   element.

Choose from the below words
input
select
option
label
4.

Use the ​ (a)   and ​ (b)   attributes to set the text area size

Choose from the below words
rows
columns
length
width
x
y
5.

When creating an input element, which is the default value for the type attribute?

a)

text

b)

date

c)

button

d)

color

6.

By default, browsers display input boxes as ​ (a)   elements with a default length of 20 characters.

Choose from the below words
inline
block
flex
page
form
7.

These are text strings that appear within a form control, providing a hint about the kind of data that should be entered into the field.

a)

Placeholders

b)

Default values

c)

Shadow text

d)

Tooltips

8.

Which attribute must be added to a control to identify whether an entry is optional?

a)

Required

b)

Default

c)

Essential

d)

Select

9.

A default value for a text entry box is​​ (a)   .

Choose from the below words
not required
required
10.

When a for attribute is used, the label text must appear adjacent to the control for which it is being used.

a)

True

b)

False

11.

Which list can be applied to an input box to make the values appear as a pop-up list of suggested values?

a)

data list

b)

input list

c)

value list

d)

for list

12.

This type of control performs an action.

a)

Form button

b)

Post label

c)

Input box

d)

Input list

13.

Box A is a(n) ​ (a)   .

Choose from the below words
input box
check box
radio button
text area
14.

The id attribute of an input element is required only when it is needed to reference the control element.

a)

True

b)

False

15.

Command buttons are created using the input element with the type attribute set to ​ (a)   .

Choose from the below words
button
text
checkbox
command
16.

Match the following input types with their expected inputs.

a)

Input box

1.

Text

b)

Check box

2.

Multiple selections

c)

Radio button

3.

Exclusive choice

d)

Password

4.

Hidden text

e)

Range

5.

Series of values

17.

Every field set can contain the ​ (a)   element, which should have only text and no nested elements for describing its content.

Choose from the below words
legend
form
script
caption
18.

The technique of immediate data validation and reporting of errors is known as what type of validation?

a)

Inline

b)

Server-side

c)

Online

d)

Instant

19.

In a form element, a(n) (a)   specifies how the element should be processed by the browser.

Choose from the below words
attribute
legend
class
id
20.

Identify the significance of "text" in <form id="text">.

a)

It uniquely identifies the form

b)

It provides a text description of the form

c)

It tells the browser how to process the form

d)

It is the content of the form