Week 6 Flashcards

1
Q

Any inline style sheet takes the highest priority. It will _______ any rule
defined <style>...</style> tags or the rules defined in any external style
sheet file.

A

override

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

Any rule defined in <style>...</style> tags will _______ the rules defined in
any external style sheet file

A

override

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

Syntax: /* ….*/

A

Comment

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

What kind if units that Defines a measurement as a percentage relative to another value, typically an enclosing element.

A

%

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

What kind if units that Defines a measurement in centimeters.

A

cm

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

What kind if units that A relative measurement for the height of a font in __ spaces. Because an __ unit is equivalent to the size of a given font, if p {letter-spacing: 7em;} you assign a font to 12pt, each “__” unit would be 12pt; thus, 2em would be 24pt

A

cm

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

What kind if units that This value defines a measurement relative to a font’s x-height. The x-height p {font-size: 24pt; line-height: is determined by the height of the font’s 3ex;} lowercase letter x.

A

ex

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

What kind if units that define a measurement in inches?

A

in

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

What kind if units that defines a measurement in millimeters?

A

mm

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

What kind if units that defines a measurements in picas?

A

pc

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

What kind if units that defines a measurment in point?

A

pt

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

What kind if units that defines a measurement in screen pixels?

A

px

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

A ___________ is a 6 digit representation of a color.

A

hexadecimal

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

RRGGBB

A

Hex Code

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

RGB

A

Short Hex Code

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

rgb(rrr%,ggg%,bbb%)

A

RGB %

16
Q

rgb(rrr,ggg,bbb)

A

RGB Absolute

17
Q

aqua, black, white, etc…

A

keyword

18
Q

A ___________ value can be taken from any graphics software like Adobe
Photoshop, Jasc Paintshop Pro, or even using Advanced Paint Brush.

A

hexadecimal

19
Q

What color:
#000000

A

Black

20
Q

What color:
#FF0000

A

Red

21
Q

What color:
#00FF00

A

Green

22
Q

What color:
#FFFF00

A

Yellow

23
Q

What color:
#0000FF

A

Blue

24
Q

What color:
#FF00FF

A

Violet

24
Q

What color:
#C0C0C0

A

Grey

25
Q

What color:
#00FFFF

A

Light Blue

26
Q

What color:
#FFFFFF

A

White