
CSS Practice Quiz

Quiz
•
Computers
•
9th - 12th Grade
•
Medium
Hillary Stasonis
Used 7+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What does CSS stand for?
Casting Style Sheets
Cascading Style Sheets
Computer Selector Sheets
Cascading Style Selectors
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
CSS rules are specified using selectors. What are the three possible selectors we have learned about in class?
html element (aka "tag"), class, and id
html element (aka "tag"), class, and style name
class, style, and id
div, class, and id
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Styling with CSS rules is more scalable than using a style attribute on each HTML tag that you want to style
True
False
Answer explanation
Styling individual elements using the style attribute is not very scaleable because if you wanted to change the style down the road, you would need to change it on every single element.
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
A CSS rule is comprised of:
a CSS selector and one or more declarations enclosed by curly braces.
a CSS selector and one single declaration enclosed by curly braces.
a CSS selector and one or more declarations enclosed by parentheses.
an HTML tag name and one or more declarations enclosed separated by commas.
Answer explanation
The syntax of a CSS rule is shown here and as follows:
The selector comes first followed by an open curly brace. Then, each declaration is listed separated by semi-colons. Finally, the rule is terminated by a closing curly brace.
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is a CSS declaration?
The key-value pair of a CSS variable and its value. The variable name and value are separated by a semi-colon.
The key-value pair of a CSS property and its value. The property name and value are separated by a colon.
The key-value pair of a CSS property and its value. The property name and value are separated by an equals sign.
The key-value pair of a CSS class and its definition. The class and definition are separated by curly braces.
Answer explanation
A CSS declaration is a combination of a property and a value separated by a colon. For example, in this code snippet, font-size is a property and 36px is a value.
You can have multiple declarations for each CSS rule.
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of the following is a valid CSS rule?
Answer explanation
This is an example of valid CSS rule syntax.
Remember, property names can only be one word, and they cannot start with a number.
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of the following code snippets will select all <p> tags on a page and give them a font color of red?
Answer explanation
This is an example of valid CSS rule syntax.
Remember, putting a style attribute on ONE element (aka an "inline style") does not change the style for EVERY element on the page. You must create a CSS rule to do that.
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
Html y Css

Quiz
•
10th Grade
15 questions
Web Development Quiz

Quiz
•
12th Grade - University
18 questions
Верстка + Адавптив 2 Часть

Quiz
•
12th Grade
21 questions
CSS Basics

Quiz
•
6th - 12th Grade
17 questions
Web Design and Development N5

Quiz
•
10th Grade
25 questions
CSS

Quiz
•
10th - 11th Grade
15 questions
CSS 1 Quiz

Quiz
•
9th Grade
20 questions
Quiz day 3 and 4

Quiz
•
9th - 12th Grade
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