In the margin property _________ value calculates the margins itself. *
Answers
Answered by
0
Answer:
margin This property is used to set all the properties in one declaration.
margin-left it is used to set left margin of an element.
margin-right It is used to set right margin of an element.
margin-top It is used to set top margin of an element.
margin-bottom It is used to set bottom margin of an element.
Explanation:
Similar questions