``` strong { color: red; } ``` This entire statement is a rule. `strong` is a selector `color` is a property `red` is a value Inside the body `{}` is a declaration ref: https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Getting_started/Selectors