Javascript Methods JavaScript Reference

Note:
Creates a new element.
    
Syntax:
    
document.createElement(param1)
Parameters:
    param1   Required; the tag name of the new element.