All padding values must include units like px, em, %, etc. Here, 20 lacks units.
Step 2: Confirm padding accepts two values
Padding can have two values: first for top/bottom, second for left/right, but both must have units.
Final Answer:
Missing units for the second padding value. -> Option C
Quick Check:
All padding values need units [OK]
Hint: Every padding value needs units like px or em [OK]
Common Mistakes:
Forgetting units on some values
Thinking padding only accepts one value
Assuming default units if omitted
5. You want to add padding only to the left and right sides of a section element, leaving top and bottom padding at 0. Which CSS rule achieves this correctly?