Why do we use CSS?

CSS REVIEW Questions

Quiz
•
Computers
•
12th Grade
•
Medium
Brent Luplow
Used 157+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
HTML wasn't intended to style web pages, CSS allows us to add style.
Separate the content of the web page from the design of the web page.
Easily modify the look and feel of a website even at a large scale.
All of the above
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is a valid css rule?
h1 {
color: blue;
}
style=color:blue";
css="color:blue";
h1 { color:blue;}
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following code snippets will select all <img> tags on a page and give them a height of 200 pixels?
<img style="height:200px;">
tag="img" {
height: 200px;
}
img {
height: 200px;
}
<img> {
height: 200px;
}
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following code snippets will select all HTML elements with the class “alert” and set their color to be red?
alert {
color: red;
}
.alert {
color: red;
}
#alert {
color: red;
}
class="alert" {
color: red;
}
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following CSS rules will select the HTML element with the id logo and set the font size for that element to 60 pixels?
logo {
font-size: 60px;
}
.logo {
font-size: 60px;
}
#logo {
font-size: 60px;
}
id="logo" {
font-size: 60px;
}
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does CSS stand for?
Creative Style Sheets
Colorful Style Spread
Cascading Style Sheets
Computer Style Spread
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which is the value in this CSS?
p {color: red;}
p
color
red
Create a free account and access millions of resources
Similar Resources on Quizizz
11 questions
Unit 5 - CSS Review

Quiz
•
9th - 12th Grade
10 questions
HTML & CSS

Quiz
•
12th Grade
13 questions
CSS Selector Practice

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

Quiz
•
12th Grade
15 questions
2023 - Web Design - CSS Review

Quiz
•
9th - 12th Grade
7 questions
CSS Rules Quiz-unit 4 CodeHS

Quiz
•
7th Grade - University
15 questions
CSS - Quiz 1

Quiz
•
9th Grade - University
8 questions
CodeHS Unit 2 Retake Review

Quiz
•
9th - 12th Grade
Popular Resources on Quizizz
15 questions
Multiplication Facts

Quiz
•
4th Grade
25 questions
SS Combined Advisory Quiz

Quiz
•
6th - 8th Grade
40 questions
Week 4 Student In Class Practice Set

Quiz
•
9th - 12th Grade
40 questions
SOL: ILE DNA Tech, Gen, Evol 2025

Quiz
•
9th - 12th Grade
20 questions
NC Universities (R2H)

Quiz
•
9th - 12th Grade
15 questions
June Review Quiz

Quiz
•
Professional Development
20 questions
Congruent and Similar Triangles

Quiz
•
8th Grade
25 questions
Triangle Inequalities

Quiz
•
10th - 12th Grade
Discover more resources for Computers
40 questions
Week 4 Student In Class Practice Set

Quiz
•
9th - 12th Grade
40 questions
SOL: ILE DNA Tech, Gen, Evol 2025

Quiz
•
9th - 12th Grade
20 questions
NC Universities (R2H)

Quiz
•
9th - 12th Grade
25 questions
Triangle Inequalities

Quiz
•
10th - 12th Grade
65 questions
MegaQuiz v2 2025

Quiz
•
9th - 12th Grade
10 questions
GPA Lesson

Lesson
•
9th - 12th Grade
15 questions
SMART Goals

Quiz
•
8th - 12th Grade
45 questions
Week 3.5 Review: Set 1

Quiz
•
9th - 12th Grade