What are the four components of “the Cascade”.
Source order, inheritance, specificity and !important.
What does the term “source order” mean with respect to CSS?
The order in which the CSS code is read.
How is it possible for the styles of an element to be applied to its children as well without an additional CSS rule?
Using inheritance.
List the three selector types in order of increasing specificity.
Element selector, class selector and ID selector.