Week 6 Flashcards
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.
override
Any rule defined in <style>...</style> tags will _______ the rules defined in
any external style sheet file
override
Syntax: /* ….*/
Comment
What kind if units that Defines a measurement as a percentage relative to another value, typically an enclosing element.
%
What kind if units that Defines a measurement in centimeters.
cm
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
cm
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.
ex
What kind if units that define a measurement in inches?
in
What kind if units that defines a measurement in millimeters?
mm
What kind if units that defines a measurements in picas?
pc
What kind if units that defines a measurment in point?
pt
What kind if units that defines a measurement in screen pixels?
px
A ___________ is a 6 digit representation of a color.
hexadecimal
RRGGBB
Hex Code
RGB
Short Hex Code