Web Development Ch 7 Quiz Review

Web Development Ch 7 Quiz Review

9th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

HTML & Websites

HTML & Websites

12th Grade

15 Qs

Review Quiz on ICT 9

Review Quiz on ICT 9

9th Grade

20 Qs

SDA Chapter 3A Vocabulary

SDA Chapter 3A Vocabulary

6th - 9th Grade

20 Qs

Web Design

Web Design

6th - 9th Grade

21 Qs

HTML & CSS Review

HTML & CSS Review

7th - 12th Grade

20 Qs

UID Chapter 8 Chapter Test

UID Chapter 8 Chapter Test

8th - 12th Grade

20 Qs

HTML

HTML

KG - University

20 Qs

UID uCertify Chapter 9 Test

UID uCertify Chapter 9 Test

8th - 12th Grade

20 Qs

Web Development Ch 7 Quiz Review

Web Development Ch 7 Quiz Review

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Brett Kottmann

Used 5+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

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

True

False

Answer explanation

Media Image

For consistency, you should choose to use a separate label or nested for every input element in your website.

Mixing the two makes it more difficult to troubleshoot errors.

2.

DRAG AND DROP QUESTION

20 sec • 5 pts

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.

selection list
option button
check box
text entry area

Answer explanation

A drop-down list is an HTML element that allows users to select one option from a list of predefined values. It is created using the select and option elements, and presents users with a group of predefined possible values for the data field. The user can then select one of the options from the list, which is then submitted as part of the form.

3.

DROPDOWN QUESTION

20 sec • 5 pts

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

input
select
option
label

Answer explanation

The check box control is an HTML element used to create a check box on a web page. It is used to allow users to select one or more options from a list of choices.

The check box control is created using the input element with the type attribute set to "checkbox".

The value attribute is used to specify the value that will be sent to the server when the form is submitted. The checked attribute is used to specify whether the check box should be checked by default.

4.

DRAG AND DROP QUESTION

30 sec • 5 pts

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

rows
columns
length
width
x
y

Answer explanation

The cols and rows attributes are used to set the size of a text area in HTML. The cols attribute sets the width of the text area, while the rows attribute sets the height.

5.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

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

text

date

button

color

Answer explanation

Media Image

The default value for the type attribute when creating an input element is "text".

6.

DRAG AND DROP QUESTION

20 sec • 5 pts

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

inline
block
flex
page
form

Answer explanation

Media Image

Input boxes are inline elements by default.

The default length of an input box in a browser is 20 characters.

7.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

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.

Placeholders

Default values

Shadow text

Tooltips

Answer explanation

Media Image

Placeholder text is a short hint or instruction that appears in a form field when the field is empty. It is typically used to provide a brief example or description of the expected data format.

Placeholder text is usually displayed in a light gray color to indicate that it is not part of the actual form input. Placeholder text can be used to help users understand what type of data should be entered into a field, such as an email address or phone number.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?