CSS Quiz

CSS Quiz

9th Grade

6 Qs

quiz-placeholder

Similar activities

Colors

Colors

KG - Professional Development

10 Qs

COOKERY 9 - DESSERT PRETEST

COOKERY 9 - DESSERT PRETEST

9th Grade

10 Qs

All about mom

All about mom

6th - 11th Grade

10 Qs

About Charity

About Charity

KG - 12th Grade

10 Qs

Me test

Me test

KG - Professional Development

10 Qs

Resume Readiness

Resume Readiness

9th Grade - University

10 Qs

CSS

CSS

1st - 10th Grade

4 Qs

Publisher Module 2 Quiz 1

Publisher Module 2 Quiz 1

9th - 12th Grade

10 Qs

CSS Quiz

CSS Quiz

Assessment

Quiz

Specialty

9th Grade

Hard

Created by

Chris Swanson

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the CSS rule h2 { color: #FF0000; }, what does "#FF0000" represent?

The background color of the heading

The text color of the heading

The font size of the heading

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the CSS rule p { margin: 10px; }, what does "10px" specify?

The text color

The size of the paragraph

The margin around the paragraph

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the value "sans-serif" represent in the CSS rule body { font-family: 'Helvetica', sans-serif; }?

Italic font style

Bold font weight

fallback font family if the primary font is not available

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the CSS rule h1 { font-family: 'Arial', sans-serif; }, what does 'Arial' represent?

The font size

The font color

The font family

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the CSS property 'background-color' control?

The color of the text

The color of the background behind the text

The border color

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

font-color

text-color

color