Unit E Flashcards

CSS Formatting Text

1
Q

Collections of single typefaces and their variants

A

font families

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

list of font families in order of preference, separated by commas. Ex. Tahoma, Arial;

A

font stack

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Groupings of font families according to shared characteristics.

A

generic font families

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Font that has small finishing strokes at the ends of lines making up each character.

A

serif font

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Font without finishing strokes

A

sans-serif font

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Fonts that are not installed on a user’s computer.

A

custom fonts

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Multiple of the font size inherited from an element’s parent.

A

em

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Specifically a multiple of the font size of the html element.

A

rem

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Sets the minimum amount of vertical space each line occupies.

A

line-height

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Boxes occupying the full length of their parent elements and rendered with a line break before and after.

A

block-level elements

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

It does not expand to fill the space of its parent and is not rendered with line breaks before or after.

A

inline element (span)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Selector that identifies a specific part of an element and lets you style the selection as if it were its own element. Begin your selector with a standard selector that identifies the element you wish to style a portion of. You then add a colon ( : ) followed by the name of this element.

A

pseudo-element

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

value starts with a pound sign (#), followed by six characters, which may include the numbers 0–9 and the letters a–f.

A

hexadecimal system—also known as the hex system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Set of comma-separated values known as an RGB triplet. Each value ranges from 0–255 or 0–100%, which represent the amounts of red, green, and blue in the color.

A

RGB system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

CSS allows you to create a subset of styles within a style sheet and specify which type of device should use them.

A

media query

How well did you know this?
1
Not at all
2
3
4
5
Perfectly