Question:How do you insert padding so thats it is 10 pixels at the top, 15 pixels at the bottom, 5 pixels at the right and 10 pixels to the left?
A padding:10px 15px 5px 10px
B padding:5px 10px 15px 10px
C padding:10px 5px 15px 10px
D padding:10px 5px 10px 15px
+ AnswerC
+ Report