A ___________ consist of a property and a value,
-
Tag
-
Attribute
-
Deceleration
-
This is H1
-
h1 {color: red;}
C
Correct answer
Explanation
A CSS declaration consists of a property and its associated value. The correct term is 'Declaration' but option C uses 'Deceleration' which appears to be a typo/spelling error. However, this is clearly the intended answer. Option A 'Tag' refers to HTML elements. Option B 'Attribute' refers to HTML name-value pairs. Option E shows a complete CSS rule, not a single declaration. Option D is nonsensical filler.