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

'innerText' Syntax and Note

Note:

Read and write property. 
Specifies the text between the element opening and closing tags.
    
Syntax:
    
document.all.elementID.innerText = value

    

      
      








Related examples in the same category

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