Multiple choice css html

A ___________ consist of a property and a value,

  1. Tag

  2. Attribute

  3. Deceleration

  4. This is H1

  5. h1 {color: red;}

Reveal answer Fill a bubble to check yourself
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.