HTML & CSS Review

HTML & CSS Review

7th - 10th Grade

24 Qs

quiz-placeholder

Similar activities

CSS Box Model +

CSS Box Model +

8th - 12th Grade

20 Qs

Unit 2 CSD Vocabulary

Unit 2 CSD Vocabulary

7th - 8th Grade

19 Qs

HTML basics

HTML basics

5th - 10th Grade

20 Qs

Unit 2 code.org

Unit 2 code.org

7th - 9th Grade

20 Qs

CSS Basics

CSS Basics

6th - 12th Grade

21 Qs

HTML-CSS

HTML-CSS

8th Grade

21 Qs

HTML and CSS

HTML and CSS

9th - 12th Grade

20 Qs

HTML Basics

HTML Basics

7th - 8th Grade

20 Qs

HTML & CSS Review

HTML & CSS Review

Assessment

Quiz

Computers

7th - 10th Grade

Medium

Created by

Lilian Acosta

Used 145+ times

FREE Resource

24 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

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

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Select the code below that uses CSS to configure a background color of #000000 for a web page.
body { background-color: #000000; }
body { bgcolor: #000000; }
document { background­-page: #000000; }
None of these

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which CSS code is incorrect?
a {color: blue;}
p {font-size: 10px;}
body {background-color="red";}
img {width: 100%;}

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

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

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the property 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?