Getting Started Flashcards
What version of HTML introduced CSS?
4.0
In what year was CSS introduced to the web?
1996
CSS _____ is the official complete web standard.
2.1
What are the 3 different sources style sheets can have? Lowest to highest priority?
user agent styles (browser), user styles (viewer), author styles (maker)
What are the 3 main steps the cascade follows to determine what properties are assigned to an element?
importance, specificity, source order
The _____ attribute specifies the relationship between the current document and the linked document.
rel
What are 3 methods we can use to apply CSS to a page?
inline styles, internal styles, external styles
With a(n) _____ stylesheet we can change the look of an entire site with just one file.
external
Y/N: Are internal styles required to be downloaded by the browser each time a page loads?
Yes
What method allows us to bring one or more stylesheets into another stylesheet?
@import