html(_:)
Elements.swift:295@discardableResult func html(_ html: String) throws -> Elements
Set the inner HTML of each matched element.
@param html HTML to parse and set into each matched element.
@return this, for chaining
@see Element#html(String)