Mega Code Archive

 
Categories / JavaScript Reference / Javascript Methods
 

CreateElement() Syntax, Parameters and Note

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