| Syntax | <length> | initial | inherit |
| Initial value | 0 |
| Applies to | all elements |
| Inheritance | false |
| Type of computed value | INT |
| Functions |
element::setMargin() element::getMarginStr() element::getMargin() |
| Shorthand |
This is a shorthand for the following properties: margin-top, margin-right, margin-bottom, margin-left Possible number of items: 4, 3, 2, 1 |
| <length> | A length value. |
| initial | Keyword. Sets the property to its initial value. |
| inherit | Keyword. Inherits the value from the parent element. |