Single Choice Easy

QWhich CSS property is used to remove the padding from an element?

ID: #8903 CSS Padding 205 views
Question Info
#8903Q ID
EasyDifficulty
CSS PaddingTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A padding-top
  • B padding-left
  • C padding-right
  • D padding-none
Correct Answer

Explanation

There is no such value as padding-none in CSS. However, setting the padding property to 0 (or any other value that makes sense for your layout) will effectively remove the padding from an element.

Share This Question

Challenge a friend or share with your study group.