public createElement(tagName as String) as Element throws DOMException
Creates an element with the given tag name.
New element.
element = document.createElement("item")