CSS Quiz

CSS Quiz

6th - 8th Grade

11 Qs

quiz-placeholder

Similar activities

HTML codes

HTML codes

6th - 8th Grade

10 Qs

Web Development Review

Web Development Review

6th - 8th Grade

12 Qs

CSS Review Quiz

CSS Review Quiz

6th - 8th Grade

15 Qs

Projectstem HTML

Projectstem HTML

6th Grade - Professional Development

16 Qs

IT Specialist HTML CSS

IT Specialist HTML CSS

6th Grade - Professional Development

16 Qs

CSD Unit 2: Web Development Review

CSD Unit 2: Web Development Review

6th - 8th Grade

14 Qs

CSS Rules Quiz-unit 4 CodeHS

CSS Rules Quiz-unit 4 CodeHS

7th Grade - University

7 Qs

CS Discoveries Code.org Unit 2, Lesson 5-7 Review

CS Discoveries Code.org Unit 2, Lesson 5-7 Review

6th - 8th Grade

15 Qs

CSS Quiz

CSS Quiz

Assessment

Quiz

Computers

6th - 8th Grade

Medium

Created by

ain yusoff

Used 23+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

CSS stands for?

Creative Style Sheets

Color Style Sheets

Cascading Style Sheets  

Computer Style Sheets

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How to link CSS and HTML together?

<link rel="style" src="style.css">

<link rel="stylesheet" href="index.html">

<link rel="stylesheet" href="styles.css">

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where is the correct place to refer the external style sheet?

header

head

footer

body

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one is the correct syntax?

body:color=black;

{body:color=black;}

{body;color:black;}

body {color: black;} 

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How to change the background color?

bg-color

background color

color

background-color

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

how to change all <p> elements in yellow color?

.p{color:yellow;}

p:color:yellow;

p{color:yellow;}

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Elements to control text size:

text-size

size

font

font-size

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?