'margin-bottom' Syntax and Note : margin bottom « CSS Attributes and Javascript Style Properties « HTML CSS Reference






'margin-bottom' Syntax and Note

Note:

Define the bottom margin.

Syntax:
    
element { margin-bottom: value }
elementID.style.marginBottom = "value"
document.all.elementID.style.marginBottom = "value" // IE only
    

      
      








Related examples in the same category

1.'margin-bottom' Example
2.'margin-bottom' Possible Values
3.'margin-bottom' is applied to