Computer Science, asked by shreyajain5012, 2 months ago

How are margins set in an HTML document ? ​

Answers

Answered by Anonymous
4

Answer:

The margin property sets or returns the margins of an element. This property can take from one to four values: One value, like: div {margin: 50px} - all four margins will be 50px. Two values, like: div {margin: 50px 10px} - the top and bottom margins will be 50px, left and right margins will be 10px.

Similar questions