What are the four components of “the Cascade”.
source order, inheritance, specificity, important
What does the term “source order” mean with respect to CSS?
top of the order in page
How is it possible for the styles of an element to be applied to its children as well without an additional CSS rule?
inheritance
List the three selector types in order of increasing specificity.
type, class, id
Why is using !important considered bad practice?
it makes it difficult for people to make changes