IES: CSS-deck 6 Flashcards

1
Q

“pc”

A
  • picas
  • typographical unit of font height
  • six picas is equivalent to 1 inch
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

“em”

A
  • (font size)
  • abstract typographical unit of font size
  • one em is equivalent to the height of a given font
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

“ex”

A
  • (font size)
  • abstract typographical unit of font size
  • one ex is equivalent to the height of lowercase “x” in a font
  • often 50% of 1 em
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

“px”

A
  • pixels
  • abstract unit
  • represents the dots on a computer monitor (where there are 1024px on each line when the monitor resolution is 1024x768)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Each content box border can comprise these properties:

A
  1. border-width
  2. Border-color
  3. Border-style
    These comprise what?
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

A single set of values assigned to each of the individual border properties produces what?

A

How is a uniform border applied to all four sides of a Content box?

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

When two values are listed for a single border property, what happens?

A

The first value for a border property is applied to the top and bottom borders when how many values are listed?

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

When three values for a border property are listed, how are they applied?

A

How many values of a border property are listed when: the first is applied to the top border, the second is applied to the left and right borders, and the third is applied to the bottom border.

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

When four values for a border property are listed, how are they applied?

A

How many values are listed for a border property, when they are applied in clockwise order starting with the top?

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

The default border-width value is what?

A

Medium (a computed value) is considered to be a \_\_\_\_\_ border-width value.

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

The default border-color value is found where?

A

What default border value is inherited from the element’s color property?

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

Given that the border-style value can be: “solid”, “double”, “dotted”, “dashed”, “groove”, “ridge”, “inset”, “outset”, “hidden”, and “none.” The default border-style is what?

A

Being that the default border-style is “none”, what must be done before the border is visible?

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

CSS shorthand technique specifying the three properties to a particular border:

A

A space-separated list is used as a \_\_\_\_\_ \_\_\_\_\_ \_\_\_\_\_ to define the three properties of a particular border.

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

What four border properties are used to individually style each side of a content box?

A

Using the CSS shorthand technique; border-top, border-right, border-bottom, and Border-left can be used to individually Style what?

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

The “outset” border Style can be used as and appears as what?

A

What border Style can be used as and appears as a raised button?

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

The “inset” border Style can be used as and appears as what?

A

What border Style can be used as and appears as a depressed button?

17
Q

Padding: if this property is given one value, How is it applied?

A

Padding: if all four sides of a Content box are given the same value of this, How many values does this property offer?

18
Q

Padding: if this is given more than one value, how are these values offered?

A

Padding: a space-separated list of values is offered when?

19
Q

Padding: when two values are offered, How are they applied to this property?

A

Padding: the first is applied to the top and bottom sides and the second is applied to the left and right when how many of these are offered for this property?

20
Q

Padding: when three values are listed, How are they applied to this property?

A

Padding: The first is applied to the top side, the second to the left and right side, and the third to the bottom side; when how many of these are offered for this property?