createElement (DOMDocument - JavaScript)
Creates an element of the type specified, or of the given qualified name and namespace URI.
Defined in
DOMDocumentSyntax
createElement(tagName:string) : DOMElementcreateElement(namespaceURI, qualifiedName:string) : DOMElement
| Parameters | Description |
|---|---|
| tagName | |
| namespaceURI | |
| qualifiedName |