append(_:)

Add inner HTML to this element. The supplied HTML will be parsed, and each node appended to the end of the children.

Element.swift:457
@discardableResult func append(_ html: String) throws -> Element
<param>
<return>
<see>