answers
User-defined styles can be superseded by external styles,
which are the styles that a website author creates and
places within a Cascading Style Sheets (CSS) file and
links to the page. - CORRECT ANSWERS ✔✔True
Embedded styles apply to the Hypertext Markup
Language (HTML) documents in which they are created
and are accessible to other documents in the website. -
CORRECT ANSWERS ✔✔False
Absolute units are units that are fixed in size regardless of
the output device and are usually used only with printed
media. - CORRECT ANSWERS ✔✔True
Unlike an external style sheet, a(n) _____ style sheet is
applied only to the web page in which it is placed. -
CORRECT ANSWERS ✔✔Embedded
Inline styles are styles applied directly to specific
elements using the style attribute <element
style="property: value"> content </element> where
, element is the Hypertext Markup Language (HTML)
element and _____ define the styles that are applied
directly to that element. - CORRECT ANSWERS
✔✔property: value
Identify the correct syntax for adding comments in style
sheets. - CORRECT ANSWERS ✔✔/*comment*/
The Cascading Style Sheets (CSS) @rule that imports an
external style sheet file located at ur1 is _____. - CORRECT
ANSWERS ✔✔@import url(url);
Adding all the three primary colors—red, green, and blue
—at maximum intensity produces the color _____, while
adding any two of the three primary colors at maximum
intensity produces the trio of complementary colors—
yellow, magenta, and cyan. - CORRECT ANSWERS
✔✔White
Cascading Style Sheets (CSS) allow RGB values to be
entered as _____. - CORRECT ANSWERS ✔✔Hexadecimals
_____ is the tint of a color and is usually represented by a
direction on a color wheel. - CORRECT ANSWERS ✔✔Hue