Why do we use CSS?
Review for CSS Test

Quiz
•
Computers
•
9th - 12th Grade
•
Medium
Thelesa Williams
Used 40+ times
FREE Resource
12 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Easily modify the look and feel of a web site even at a large scale
Separate the content of a web page from the design of a web page
HTML wasn’t intended to be able to style web pages, CSS allows us to add style
All of the above
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which of the following is a valid CSS rule?
h1 {
color: blue;
}
style="color:blue;"
h1 {
color {
blue;
}
}
css="color:blue;"
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which of the following is a valid CSS rule?
<h1> {
color: orange
}
h1 {
color: orange;
}
h1
<color="orange">
h1 {
color="orange";
}
4.
MULTIPLE CHOICE QUESTION
20 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;
}
class="alert" {
color: red;
}
alert {
color: red;
}
.alert {
color: red;
}
5.
MULTIPLE CHOICE QUESTION
20 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;
}
id="logo" {
font-size: 60px
}
logo {
font-size: 60px;
6.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What is the function of the Cascade in CSS?
The Cascade will make sure there are no typos in your CSS rules.
The Cascade determines which CSS rules will be applied when multiple rules for an item are contradictory.
The Cascade helps you write styling for your websites quickly by providing easy templates to use.
The Cascade is a set of guidelines to make your site look beautiful.
7.
MULTIPLE CHOICE QUESTION
20 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?
tag="img" {
height: 200px;
}
<img> {
height: 200px;
}
<img style="height:200px;">
img {
height: 200px;
}
Create a free account and access millions of resources
Similar Resources on Quizizz
15 questions
Intro to Programming

Quiz
•
7th - 11th Grade
15 questions
Web Design #3

Quiz
•
9th - 12th Grade
10 questions
Web Design: Pop Quiz

Quiz
•
10th - 12th Grade
10 questions
Website Design

Quiz
•
KG - University
15 questions
Dreamweaver HTML Basic

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

Quiz
•
9th - 10th Grade
10 questions
Quiz HTML

Quiz
•
1st - 10th Grade
10 questions
HTML/CSS

Quiz
•
9th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University