CSS Quiz

CSS Quiz

6th - 8th Grade

11 Qs

quiz-placeholder

Similar activities

Final Quiz

Final Quiz

6th - 8th Grade

15 Qs

CSS Borders

CSS Borders

8th Grade

10 Qs

CSS-ponavljanje

CSS-ponavljanje

5th Grade - University

11 Qs

8 CSS

8 CSS

8th Grade

15 Qs

CSS (Text-Font-Box)

CSS (Text-Font-Box)

1st Grade - University

10 Qs

Programming Quiz

Programming Quiz

8th - 10th Grade

15 Qs

Flask

Flask

6th - 12th Grade

15 Qs

Computer coding class review

Computer coding class review

8th - 10th 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?