Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

CSS Font Property Online Quiz

Total questions: 10

Worksheet time: 6mins

Name
Class
Date
1.

This is what you will use if you want to change the typeface of your HTML using CSS

a)

CSS Typeface

b)

CSS Fonts

c)

Font Style

d)

CSS Font Style

2.

This type of CSS Font Attribute is used as a "backup font".

a)

CSS Font-Family

b)

CSS Font Backup

c)

CSS Fallback Fonts

d)

CSS Backup-Fonts

3.

Complete this CSS Structure:

Ivan wants to change the font of his HTML page using CSS, now complete his code:

<p style=" (a)   :Cambria"> Ivan Restaurant </p>

4.

Mae Ann wants to change the text size of her HTML page to XX-Large using CSS.

Help her by completing this line of code:

<p style=" (a)   :xx-large> I want some Cake</p>

5.

What is the proper way of changing colors of the text using CSS ?

a)

<p style="color:red> this is color red </p>

b)

<p style="font-color:red">

this is color red</p>

c)

<p style="text-color:red">This is color red </p>

d)

<p style="css-color">This is color red</p>

6.

how many decimal of colors are in HEX Colors?

a)

16

b)

4

c)

6

d)

8

7.

This type of CSS Selector is used to select an element with a specific class attribute.

a)

CSS ID Selector

b)

CSS Element Selector

c)

Class Selector

d)

CSS Selector

8.

This type of HTML Attribute is used to embed another HTML document within the current HTML

a)

HTML Docx

b)

DOCTYPE html

c)

CSS Frames

d)

Iframe

9.

This is a mixture of colors ranging 0 lowest to 255 highest.

this color are often displayed on your computer and cellphone screens. what type of color is this.

a)

LCD colors

b)

RGB Colors

c)

HEX Colors

d)

CMYK Colors

10.

The following is the hierarchy of CSS External, Inline, and Internal

Select the best Arrangement from the most prioritized to least priotized.

a)

Inline, Internal External CSS

b)

Internal, External, Inline CSS

c)

External, Inline, Internal CSS

d)

External, Internal, Inline CSS