html

Retrieves the element’s inner HTML. E.g. on a {@code

} with one empty {@code

}, would return {@code

}. (Whereas {@link #outerHtml()} would return {@code

}.)

Element.swift:1381
func html() throws -> String
<return>
<see>