3.2 css Flashcards

1
Q

Name seven categories of CSS properties.

A

“Fonts

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

Name four ways to give property values in CSS.

A

“Keywords

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

List common units for length values in CSS.

A

“px (pixels)

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

What is a generic font?

A

“serif

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

Give examples of Serif fonts.

A

“Times New Roman

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

Give examples of Sans-serif fonts.

A

“Arial

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

Give examples of Monospace fonts.

A

“Courier New

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

List possible values for the font-size property.

A

“A length number or a name

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

How can relative font sizes be set using ‘em’?

A

“h1 { font-size: 2.5em; }”

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

What is ‘vw’ in CSS?

A

“view width”

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

How can responsive font size be achieved using ‘vw’?

A

“<h1 style='font-size:10vw'>Hello World</h1>”

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

What are possible values for the font-style property?

A

“italic

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

List possible values for the font-weight property.

A

“bolder

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

What is the correct order for the font shorthand property?

A

“style

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

Give possible values for the text-decoration property.

A

“line-through

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

List possible values for the list-style-type property.

17
Q

How can an image be used as a bullet point in a list?

A

“Using the list-style-image property”

18
Q

What are some values for list-style-type for ordered lists?

A

“decimal

19
Q

Name three types of web safe colors.

A

“16 colors

20
Q

List possible values for the text-indent property.

A

“A length or a % value”

21
Q

What are possible values for the text-align property?

A

“left (default)

22
Q

List possible values for the float property.