create Element
Deprecated
Warning since 1.4
This API is moved to another package, use 'kotlinx.dom.createElement' instead.
Replace with
import kotlinx.dom.createElement
Content copied to clipboard
this.createElement(name, init)Content copied to clipboard
Creates a new element with the specified name.
The element is initialized with the specified init function.