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
20 questions
Web Programming Quiz - HTML

Quiz
•
10th Grade
20 questions
MS Access Terminology

Quiz
•
9th - 12th Grade
15 questions
Forms & Data Acquisition Quiz

Quiz
•
9th - 12th Grade
15 questions
App Lab

Quiz
•
6th - 9th Grade
15 questions
HTML & CSS Skill #4

Quiz
•
12th Grade
20 questions
Database

Quiz
•
12th Grade - University
15 questions
Hyper text Markup Language (HTML)

Quiz
•
9th Grade
22 questions
uCertify Chapter 3 Test

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

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

Interactive video
•
6th - 10th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

Quiz
•
8th - 9th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade