WEEK 6 Flashcards

1
Q

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

A

Inline style sheet

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

Any rule defined in ___ tags will override the rules defined in any external style sheet file

A

<style>

...
</style>
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Any rule defined in the ___ file takes the lowest priority, and
the rules defined in this file will be applied only when the above two rules
are not applicable.

A

External style sheet

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

You can simply put your
comments inside___

A

/…../

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

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
6
Q

Defines a measurement in centimeters

A

cm

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

This value defines a measurement relative to a fontʼs x-height. The x-height is determined by the height of the fontʼs lowercase letter x

A

ex

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

A relative measurement for the height of a font in em spaces. Because an em unit is equivalent to the size of a given point, if you assign a font to 12pt, each “em”unit would be 12pt; thus 2 em would be 24 pt

A

em

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

Defines a measurement in inches

A

in

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

Defines a measurement in millimeters

A

mm

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

Defines a measurement in picas. A pica is equivalent to 12pt; thus there are 6 picas per inch

A

pc

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

Defines a measurement in points. A point is defined as 1/72nd of an inch

A

pt

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

Defines a measurement in screen pixels

A

px

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

What are the format of colors in CSS?

A

Hex Code
Short Hex Code
RGB %
RGB absolute
keyword

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

A ___ is a 6 digit representation of a color. The first two digits (RR) represent
a red value, the next two are a green value (GG), and the last are the blue value
(BB). A hexadecimal value can be taken from any graphics software like Adobe
Photoshop, Jasc Paintshop Pro, or even using Advanced Paint Brush.

A

Hexadecimal

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