CSS Rules Quiz

CSS Rules Quiz

11th Grade

15 Qs

quiz-placeholder

Similar activities

HTML & CSS Review

HTML & CSS Review

7th - 12th Grade

20 Qs

La sintassi CSS

La sintassi CSS

9th Grade - Professional Development

20 Qs

Final Exam Review 2018

Final Exam Review 2018

10th - 12th Grade

20 Qs

[Hall] Identifying CSS Selectors

[Hall] Identifying CSS Selectors

9th - 12th Grade

10 Qs

CSS Selector Practice

CSS Selector Practice

10th - 12th Grade

13 Qs

HTML / CSS

HTML / CSS

11th Grade

20 Qs

CodeHS Advance HTML and CSS

CodeHS Advance HTML and CSS

9th - 12th Grade

18 Qs

Advanced CSS

Advanced CSS

9th - 12th Grade

18 Qs

CSS Rules Quiz

CSS Rules Quiz

Assessment

Quiz

Computers

11th Grade

Easy

Created by

Gary Kopycinski

Used 2+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a property used in the given CSS rule?
h1 {

font-weight: bold;

font-size: 28px;

color: red;

background-color: pink;

text-align center;

}

font-size

color

margin

background-color

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What color does the CSS class ".alert" set the text to?

.alert {

font-size: 60px;

color: red;

}


.all-clear {

font-size: 60px;

color: green;

}

Blue

Green

Red

Black

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the significance of using the same class name for different tags?

It allows for consistent styling

It creates multiple pages

It adds multiple images

It generates scripts

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a correct CSS syntax?

body:color=black;

{body:color=black;}

body {color: black;}

body = color: black;

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which property is used to change the text color in CSS?

font-color

text-color

color

text-style

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to comment in CSS?

// This is a comment

/* This is a comment */

# This is a comment

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the CSS rule "p.alert" apply to?

All paragraph elements

All elements with the class "alert"

Only paragraph elements with the class "alert"

Only elements with the id "alert"

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?