wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Review Activity

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

It is a font property that indicates the typeface.

a)

font-style

b)

font-family

c)

font-variant

2.

It indicates if the text is written in italics, obliquely or normally.

a)

font-weight

b)

font-family

c)

font-style

3.

Text property that states the case of the text.

a)

text-decoration

b)

text-transform

c)

text-indent

4.

It indicates the line spacing taken up by each line.

a)

line-height

b)

text-decoration

c)

Text-transform

5.

CSS style that changes the font style to bold.

a)

font-variant

b)

font-weight

c)

font-style

6.

Pseudo element selector that selects link on mouse over.

a)

focus

b)

hover

c)

link

7.

(Font-family: serif) is an example of what CSS style?

a)

font-variant

b)

font-family

c)

font-style

8.

It selects the input element which has focus.

a)

focus

b)

before

c)

visited

9.

(Font-style: bold & font-style: 200) is an example of what font property?

a)

font-size

b)

font-weight

c)

font-size

10.

You can’t add color behind a text without changing the page’s background color.

a)

True

b)

False

c)

Perhaps