CSS (Cascading Style Sheets)SelectorRulePunctuationWhen using punctuation in CSS, the ____________ hold all of the
... [Show More]
rules for a particular selector.
When using punctuation in CSS, each rule should end in a ___________.
In CSS, each rule contains a _______________ and a _______________.
Property Name
Value
In the following example, color and font-families are the ________________. Example: h2 { color: blue; font-family: cursive; }
In the following example,
[Show Less]