Multiple choice technology web technology

To define the space between the element's border and content, you use the padding property, but are you allowed to use negative values?

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Padding creates space between an element's content and its border, and CSS does not allow negative padding values. Unlike margins, negative padding would push content outside the element's border, which violates the box model concept.