Which of the following property is used to control the space between the border and content in a table?

[amp_mcq option1=”border” option2=”margin” option3=”padding” option4=”resize” correct=”option3″]

The correct answer is C. padding.

Padding is the space between the content of an element and its border. It is used to add space around the content of an element, and can be used to create a border around the content.

Border is the line that surrounds an element. It can be used to add a border around an element, and can be used to create a frame around the element.

Margin is the space between an element and its surrounding elements. It is used to add space around an element, and can be used to create a gap between elements.

Resize is not a CSS property.