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

'outerHTML' Syntax and Note

Note:

Read and write property. 
Sets all of the HTML content.
    
Syntax:
    
document.all.elementID.outerHTML = value

    

      
      








Related examples in the same category

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