Web Development Ch 7 Quiz Review

Quiz
•
Computers
•
9th - 12th Grade
•
Hard
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
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.
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.
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
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
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.
Answer explanation
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
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
Similar Resources on Wayground
15 questions
Form Edublocks

Quiz
•
4th Grade - University
15 questions
CICS Test 2 Review

Quiz
•
9th - 12th Grade
21 questions
Web Design

Quiz
•
6th - 9th Grade
20 questions
UID uCertify Chapter 9 Test

Quiz
•
8th - 12th Grade
20 questions
Table and Forms M6

Quiz
•
12th Grade
20 questions
(Q3) HTML Videos and Images Quiz 4

Quiz
•
9th - 12th Grade
15 questions
HTML & Websites

Quiz
•
12th Grade
15 questions
JavaScript Basics

Quiz
•
12th Grade - University
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade