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





'documentElement' Syntax and Note

Note:

Read-only property. 
Returns the HTML element that contains all the content.
    
Syntax:
    
document.documentElement

    

      
      










Related examples in the same category

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