CSS Quiz

CSS Quiz

6th - 8th Grade

11 Qs

quiz-placeholder

Similar activities

Code.org ~ HTML & CSS Basics

Code.org ~ HTML & CSS Basics

6th - 8th Grade

10 Qs

HTML and CSS Final Test

HTML and CSS Final Test

6th Grade - Professional Development

16 Qs

HTML & CSS

HTML & CSS

6th Grade - Professional Development

16 Qs

MORE ON CSS3

MORE ON CSS3

7th Grade

15 Qs

KUIS CSS

KUIS CSS

8th Grade

10 Qs

HTML Images & Color

HTML Images & Color

8th - 12th Grade

15 Qs

CSS

CSS

1st Grade - Professional Development

15 Qs

Time Table

Time Table

3rd - 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?