wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

CSS Property Quiz 25/2/2026

Total questions: 12

Worksheet time: 6mins

Name
Class
Date
1.

Which property is used to set the horizontal alignment of text in CSS?

a)

text-align

b)

direction

c)

horizontal-align

d)

vertical-align

2.

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

a)

background-color

b)

text-color

c)

color

d)

font-color

3.

Which CSS property is used to set the background image of a webpage?

a)

background

b)

background-image

c)

image-src

d)

bg-image

4.

Which property controls the size of text?

a)

text-size

b)

font-style

c)

font-weight

d)

font-size

5.

What does the background-attachment property control?

a)

The size of the background image

b)

Whether the background image scrolls with the page or stay fixed

c)

The color of the background image

d)

The color of multiple background image

6.

How do you align text to the center?

a)

align: center

b)

text-align: middle

c)

text-align: center

d)

center-text: yes;

7.

Which property is used to underline text in CSS?

a)

text-decoration: underline;

b)

text-style: underline;

c)

font-decoration: underline;

d)

underline-text: true;

8.

In box-shadow: 10px 10px 5px black;, what does the third value (5px) represent?

a)

Horizontal shadow position

b)

Vertical shadow position

c)

Blur radius

d)

Shadow color

9.

What does text-transform: uppercase; do to text?

a)

Converts all text to lowercase

b)

Converts all text to uppercase

c)

Capitalizes only the first letter of each word

d)

Makes text bold

10.

"A larger blur radius in box-shadow makes the shadow sharper."

a)

Yes

b)

No

11.

"The text-align: center; property aligns text to the right."

a)

Yes

b)

No

12.

"The text-indent property moves the first line of a paragraph to the right."

a)

Yes

b)

No