1
Style sheets originate from three sources: the author
2
child____ an HTML element contained within another element.
3
The declaration portion of a style rule consists of a property name and value. The browser applies the declaration to the selected element.
4
The order of CSS rules dictating that child elements inherit rules from parent elements.
5
<_____> an HTML element that lets you establish document relationships
6
______ element an HTML element that contains child elements.
7
A quality or characteristic stated in a style rule
8
The final stage of development by the W3C
9
The part of a style rule that determines which HTML element to match. Style rules are applied to any element in the document that matches the selector.
10
Style ___the basic unit of expression in CSS
11
There are two types of style ______: internal and external.
12
CSS comments begin with the ____ slash and asterisk characters
13
Parent elements contain nested elements called ______elements.
14
The _____selector lets you quickly select groups of elements and apply a style rule.