html(_:)

Element.swift:1423
@discardableResult func html(_ html: String) throws -> Element
  • Set this element’s inner HTML. Clears the existing HTML first.

  • @param html HTML to parse and set into this element

  • @return this element

  • @see #append(String)