wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Introduction to HTML/CSS Quiz 5: Advanced CSS

Total questions: 7

Worksheet time: 21mins

Name
Class
Date
1.

What is a font family?

a)

The last name of the font

b)

The style of the text

c)

The size of the text

d)

The decoration of the text

2.

Which is the correct syntax for changing the text size?

a)

text-size: 75px;

b)

text-height: 75px;

c)

font-size: 75px;

d)

font-height: 75px;

3.

How would I make text italic?

a)

text-style: italic;

b)

font-style: italic;

c)

font-decoration: italic;

d)

text-decoration: italic;

4.

The text-align property is used to

a)

put all of the text in a vertical line

b)

position the text on the webpage

c)

only center the text

d)

move the text to the bottom of the page

5.

What is inheritance with CSS styling?

a)

Anything placed inside of a styled HTML element will also have that style

b)

HTML elements inside of others have the same genes as the parent elements

c)

HTML elements inside of others give their styling to the parents

d)

Anything placed inside of a styled HTML element will never have that style

6.

Inheritance only applies when child HTML elements aren't specifically styled

a)

True

b)

False

7.

Sizing can only be done using pixels

a)

True

b)

False