Web Development Ch 7 Quiz Review

Web Development Ch 7 Quiz Review

9th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

Informatika

Informatika

10th Grade

20 Qs

Traffic Light Project Quiz

Traffic Light Project Quiz

9th Grade

17 Qs

Quiz Inf X.B

Quiz Inf X.B

10th Grade - University

20 Qs

From Binary To Denary Conversion - IGCSE

From Binary To Denary Conversion - IGCSE

7th Grade - Professional Development

20 Qs

CSS - Computer Systems Services

CSS - Computer Systems Services

12th Grade

20 Qs

Vocabulary of Computer

Vocabulary of Computer

12th Grade

15 Qs

Networking Quiz

Networking Quiz

8th - 9th Grade

15 Qs

HTML

HTML

8th - 12th Grade

15 Qs

Web Development Ch 7 Quiz Review

Web Development Ch 7 Quiz Review

Assessment

Quiz

Computers

9th - 12th Grade

Practice Problem

Hard

Created by

Brett Kottmann

Used 5+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?