'leftMargin' Syntax and Note : leftMargin « Javascript Properties « JavaScript Reference

'leftMargin' Syntax and Note

Note:

Read and write property. 
Specifies the left margin in pixels of the <body> element. 
Default value is 10.
    
Syntax:
    
document.all.bodyID.leftMargin = value

    

      
      








Related examples in the same category

1.'leftMargin' Example
2.'leftMargin' is applied to