CSS Quiz

CSS Quiz

9th Grade - Professional Development

22 Qs

quiz-placeholder

Similar activities

Code.org: Web Development: Unit 2 Lessons 10 - 14 Test

Code.org: Web Development: Unit 2 Lessons 10 - 14 Test

7th - 10th Grade

22 Qs

HTML & CSS Review

HTML & CSS Review

7th - 10th Grade

24 Qs

Recap1 on CSS3

Recap1 on CSS3

University

19 Qs

HTML/CSS Quiz

HTML/CSS Quiz

6th Grade - University

20 Qs

Web Design CSS Study Set

Web Design CSS Study Set

9th - 12th Grade

20 Qs

Lesson 4: Understanding CSS Essentials: Content Flow, Positionin

Lesson 4: Understanding CSS Essentials: Content Flow, Positionin

12th Grade

20 Qs

REPASO HTML+CSS

REPASO HTML+CSS

University

20 Qs

CSS Basics

CSS Basics

1st - 10th Grade

18 Qs

CSS Quiz

CSS Quiz

Assessment

Quiz

9th Grade - Professional Development

Hard

Created by

Matt Kumershek

Used 89+ times

FREE Resource

22 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What does CSS stand for? 
Creative Style Sheets
Cascading Style Sheets
Colorful Style Spread
Computer Style Spread

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Where in the HTML document is the correct location to insert code to link to your external CSS? 
In the <head> section
In the <body> section
At the very end of the document
At the very beginning of the document

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which is correct CSS syntax? 
{ body; color=black;}
body: color= black
body {color:black;}
(body color is black) 

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What symbols go around the properties for each CSS selector?
< >
[ ]
{ }
( )

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which is the selector for a link?
a { }
link { }
href { }
a href { }

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What is the difference between HTML and CSS?
CSS is one type of HTML
HTML gives a webpage structure. CSS provides styling.
CSS structures a webpage. HTML strictly provides styling.
There is no difference.

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which is the selector in this CSS?
p {color: red;}
p
color
red

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?