HTML & CSS Review

HTML & CSS Review

7th - 10th Grade

24 Qs

quiz-placeholder

Similar activities

HTML / CSS

HTML / CSS

5th - 7th Grade

20 Qs

HTML & CSS

HTML & CSS

9th - 12th Grade

22 Qs

Html

Html

10th Grade

20 Qs

HTML and CSS Basic Concepts

HTML and CSS Basic Concepts

6th - 8th Grade

26 Qs

HTML-CSS

HTML-CSS

8th Grade

21 Qs

MaWD 4.01

MaWD 4.01

KG - University

20 Qs

The World Wide Web

The World Wide Web

7th - 9th Grade

21 Qs

HTML & CSS quiz

HTML & CSS quiz

6th Grade - Professional Development

21 Qs

HTML & CSS Review

HTML & CSS Review

Assessment

Quiz

Computers

7th - 10th Grade

Medium

Created by

Lilian Acosta

Used 147+ 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?