prepend(_:)

Add inner HTML into this element. The supplied HTML will be parsed, and each node prepended to the start of the element’s children.

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