createElement

fun Document.createElement(name: String, init: Element.() -> Unit): Element

Creates a new element with the specified name.

The element is initialized with the specified init function.

Since Kotlin

1.4