appendText

fun Element.appendText(text: String): Element

Creates text node and append it to the element.

Return

this element

Since Kotlin

1.4