Bird
0
0

A user tries to set paragraph spacing using the property paragraph-spacing in CSS but it has no effect. What is the issue?

medium📝 Formula Fix Q7 of 15
Figma - Typography
A user tries to set paragraph spacing using the property paragraph-spacing in CSS but it has no effect. What is the issue?
ACSS does not support a property named paragraph-spacing
BThe value must be in em units, not px
CParagraph spacing requires JavaScript to work
DParagraph spacing only works in inline styles
Step-by-Step Solution
Solution:
  1. Step 1: Check CSS property support

    CSS does not have a property called 'paragraph-spacing'.
  2. Step 2: Correct way to control paragraph spacing

    Use margin or padding on paragraphs to create vertical space.
  3. Final Answer:

    CSS does not support a property named paragraph-spacing -> Option A
  4. Quick Check:

    No CSS property 'paragraph-spacing' exists [OK]
Quick Trick: Use margin or padding for paragraph spacing in CSS [OK]
Common Mistakes:
MISTAKES
  • Trying unsupported CSS properties
  • Assuming px units cause failure
  • Thinking JavaScript is needed for spacing

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Figma Quizzes