CSS Quiz

CSS Quiz

9th Grade

6 Qs

quiz-placeholder

Similar activities

Care Tags:  Bleach

Care Tags: Bleach

9th - 12th Grade

10 Qs

Why do leaves change color in fall?

Why do leaves change color in fall?

1st - 12th Grade

8 Qs

Materias primas

Materias primas

1st - 10th Grade

10 Qs

Dairy

Dairy

9th - 12th Grade

10 Qs

easy  or hard

easy or hard

5th Grade - University

11 Qs

SciVis II Unit 3 A

SciVis II Unit 3 A

9th - 12th Grade

10 Qs

Histoire et évolution de la cuisine

Histoire et évolution de la cuisine

1st - 12th Grade

10 Qs

DIFFERENT TYPES OF FILLING AND SPREADS FOR SANDWICHES

DIFFERENT TYPES OF FILLING AND SPREADS FOR SANDWICHES

9th 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