'margin' Syntax and Note
Note:
Controls four different margin style properties:
margin-top,
margin-right,
margin-bottom,
margin-left.
Syntax:
element { margin: values }
elementID.style.margin = "values"
document.all.elementID.style.margin = "values" // IE only
Related examples in the same category