Computer Science, asked by TrijitAdhikary5708, 5 months ago

.What property would you use to create space between the element's border and inner content *
margin
padding
spacing
border

Answers

Answered by shaikhafzalahmed6
2

Answer:

The CSS padding properties are used to generate space around an element's content, inside of any defined borders. With CSS, you have full control over the padding. There are properties for setting the padding for each side of an element (top, right, bottom, and left).

Similar questions