
CSS - Quiz 1
Authored by Regina Parker
Computers
9th Grade
CCSS covered
Used 24+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
CSS stands for ______.
Creativity Style Source
Cascading Style Source
Cascading Style Sheet
Creative Style Sheet
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How many ways can CSS be incorporated into an HTML document?
1
2
3
4
Tags
CCSS.L.9-10.2B
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The tag "style=" can change the
Font
Color
Text Size
All items listed
Tags
CCSS.L.1.1B
CCSS.L.2.2C
CCSS.L.3.2D
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Select the code below that uses CSS to create a background color of #000000 for a web page.
body { background-color: #000000; }
Tags
CCSS.L.3.1A
CCSS.L.3.1D
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What are the three types of CSS styling?
Insidious, internal, external
Inline, internal, extreme
Internal, external, inline
None of the above
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following will select ALL <img> tags on a page and give them a height of 200 pixels?
<img >
tag="img"
{ height: 200px; }
<img> { height: 200px; }
img { height: 200px; }
Tags
CCSS.L.3.1A
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following 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;}
Tags
CCSS.L.1.2B
CCSS.L.5.2
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Microsoft
or continue with
%20(1).png)
Apple
Others
Already have an account?