A. |
Use the padding shorthand element or the padding-top, padding-bottom, padding-left, or padding-right properties. |
B. |
Use the margin shorthand element or the margin-top, margin-bottom, margin-left, or margin-right properties. |
C. |
Use the width and height properties. |
D. |
Use the box-sizing property. |
Answer: Option A
Explanation:
Set the size of the box padding area.Use the padding shorthand element or the padding-top, padding-bottom, padding-left, or padding-right properties.
|