Tutorial 3 Flashcards
The exact order in which external style sheets and embedded style sheets are processed
by the browser depends on the order in which they are listed within the HTML file.
True
The first style sheet interpreted by the browser is the one built in to the browser itself.
True
Styles set by the author of a Web page and stored in an internal style sheet are loaded
after internal and user-defined style sheets.
False
Web pages are unstructured documents in which elements are nested within other elements,
forming a hierarchy of elements.
False
The second version of CSS, CSS2, was introduced in 1998, expanding the language to provide styles to _________.
position elements at specific locations on a page
An external style sheet is included by adding the link element
to the document head, where ______is the URL of the external style sheet file.
url
The style sheet rules in a(n) ________ style sheet take precedence over any rules set in the browser’s internal style sheet or in a user-defined style sheet.
external
The ______ statement must always come before any other style rules in the style
sheet.
@import
The @import rule has the same impact as adding multiple ____ elements to the
HTML file.
link
If two style rules have equal specificity, and thus equal importance, then the one that is defined _____ in the style sheet is the one used.
last
An additional factor in applying a style sheet is that properties are passed from a parent
element to its children in a process known as __________.
style inheritance
Many Web browsers now include _______ tools to allow page designers to
track each style back to its source.
developer
Yellow has the triplet ____.
(255, 255, 0)
CSS allows RGB values to be entered as ____.
hexadecimals
In the hexadecimal system, 16 is expressed as ____.
10