createElement Method  Internet Development Index --------------------------------------------------------------------------------Creates an instance of the element for the specified tag.SyntaxoElement = document.createElement(sTag)
ParameterssTag Required. String that specifies the name of an element. Return ValueReturns a reference to the new element.