Learning CSS (Video 32)

Learning CSS (Video 32)

Assessment

Interactive Video

Design

9th - 10th Grade

Hard

Created by

Quizizz Content

FREE Resource

This video tutorial covers various aspects of text styling in web design, including font style, variant, weight, line height, and font family. It provides detailed explanations and examples of how to manipulate these properties to achieve desired text appearances on a webpage. The tutorial also discusses the importance of testing different configurations to find the best fit for specific design needs.

Read more

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default property for font style?

Underline

Normal

Bold

Italic

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the small caps font variant do to the text?

Converts all text to bold

Converts all text to small uppercase letters

Converts all text to uppercase

Converts all text to lowercase

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default value for font weight?

100

400

900

700

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you make a font appear bolder?

Set the font weight to 100

Set the font weight to 400

Set the font weight to 700

Set the font weight to 300

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does setting a line height of 3em do?

Makes the line height three times the paragraph width

Makes the line height three times the font size

Sets the line height to 3 pixels

Sets the line height to 3 points

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When is it necessary to use quotes around a font family name?

When the font name is in lowercase

When the font name is a single word

When the font name contains a space or special character

When the font name is in uppercase

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What should you do if you want to use a Google font?

Embed the font using a link in your HTML

Download the font and install it locally

Use a font editor to modify the font

Copy the font files to your server