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

'topMargin' Syntax and Note

Note:

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

    

      
      








Related examples in the same category

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