CSS Basics

CSS Basics

6th - 12th Grade

21 Qs

quiz-placeholder

Similar activities

HTML/CSS

HTML/CSS

9th - 12th Grade

20 Qs

CSS Quiz

CSS Quiz

7th - 12th Grade

20 Qs

HTML5 & CSS3 Refresher

HTML5 & CSS3 Refresher

7th - 12th Grade

21 Qs

Y8 - Web page design (HTML & CSS)

Y8 - Web page design (HTML & CSS)

9th - 11th Grade

20 Qs

Introduction to HTML

Introduction to HTML

6th - 8th Grade

20 Qs

HTML and CSS

HTML and CSS

9th - 12th Grade

25 Qs

HTML & CSS Review

HTML & CSS Review

7th - 10th Grade

24 Qs

HTML5 Basics

HTML5 Basics

6th - 12th Grade

20 Qs

CSS Basics

CSS Basics

Assessment

Quiz

Computers

6th - 12th Grade

Medium

Created by

Greg Baker

Used 1K+ times

FREE Resource

21 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

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

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

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

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

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

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

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

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the function of the <p> tag?
Defines a paragraph.
Makes the text purple.
It pushes the text to the right.
Prints the webpage.

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?