'createTextNode()' Syntax, Parameters and Note : createTextNode « Javascript Methods « JavaScript Reference

'createTextNode()' Syntax, Parameters and Note

Note:

Creates a new text node.
    
Syntax:
    
document.createTextNode(param1)

Parameters:
    param1   Optional; the nodeValue property value. 

    

      
      








Related examples in the same category

1.'createTextNode()' Example
2.'createTextNode()' is applied to