CSS

CSS

8th Grade

35 Qs

quiz-placeholder

Similar activities

IGCSE - ICT - Cascading Style Sheets

IGCSE - ICT - Cascading Style Sheets

8th - 10th Grade

30 Qs

HTML & CSS

HTML & CSS

7th - 8th Grade

40 Qs

Web Development

Web Development

8th Grade

30 Qs

CSD Unit 2 HTML

CSD Unit 2 HTML

7th - 8th Grade

36 Qs

Brookshine competition

Brookshine competition

8th Grade - University

32 Qs

CSS Basic Practice

CSS Basic Practice

8th Grade

31 Qs

Unit 2: Web Development Post-Project Test

Unit 2: Web Development Post-Project Test

8th Grade

30 Qs

Web Dev MasterClass Day1

Web Dev MasterClass Day1

6th Grade - Professional Development

34 Qs

CSS

CSS

Assessment

Quiz

8th Grade

Medium

Created by

Billie Dollins

Used 309+ times

FREE Resource

35 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you want to have more than one property for a CSS selector, what character separates them?
comma (,)
semi-colon (;)
colon (:)
dash (-)

2.

MULTIPLE CHOICE QUESTION

30 sec • 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

1 min • 1 pt

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

4.

MULTIPLE CHOICE QUESTION

30 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

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the correct way to format a Font Family for a paragraph?
p { font-face: Arial; }
p { family-font: Arial; }
p { font-family: Arial; }
p { font: Arial; }

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

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?