'nodeValue' Possible Values : nodeValue « Javascript Properties « JavaScript Reference

'nodeValue' Possible Values

Possible Values

For a text node, the value is the text string. 
For an attribute node, the value is the attribute's value. 
For an element node, the value is null.

    
      
      

Related examples in the same category

1.'nodeValue' Syntax and Note
2.'nodeValue' Example
3.'nodeValue' is applied to