Single Choice Easy

QWhich CSS value is used to add padding to the top and bottom of an element, but not to the left and right?

ID: #8887 CSS Padding 161 views
Question Info
#8887Q ID
EasyDifficulty
CSS PaddingTopic

Choose the Best Option

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

  • A padding-top: 10px; padding-bottom: 10px;
  • B padding-left: 0px; padding-right: 0px;
  • C padding: 0px 10px;
  • D padding: 10px 0px;
Correct Answer

Explanation

The padding property can take up to four values to add padding to different sides of an element. In this case, 10px padding is added to the top and bottom of the element, but not to the left and right.

Share This Question

Challenge a friend or share with your study group.