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

'canHaveChildren' Syntax and Note

Note:

Read-only property. 
Indicates whether or not the element can have children.
    
Syntax:
    
document.all.elementID.canHaveChildren

    

      
      








Related examples in the same category

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