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

'createElement()' Syntax, Parameters and Note

Note:

Creates a new element.
    
Syntax:
    
document.createElement(param1)

Parameters:
    param1   Required; the tag name of the new element.

    

      
      








Related examples in the same category

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