CSS Quiz

CSS Quiz

6th - 8th Grade

11 Qs

quiz-placeholder

Similar activities

HTML and CSS

HTML and CSS

7th - 8th Grade

15 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

Introduction to CSS

Introduction to CSS

8th Grade

15 Qs

CSS

CSS

7th - 9th Grade

14 Qs

HTML and CSS Final Test

HTML and CSS Final Test

6th - 8th Grade

12 Qs

Ультимативный тест по Html и CSS

Ультимативный тест по Html и CSS

6th - 8th Grade

10 Qs

CSS 3

CSS 3

7th Grade

14 Qs

CSS Review Quiz

CSS Review Quiz

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?