This method is used for inserting the specified HTML into a range within an editor document. If anything is selected, the selection is replaced with the new HTML and text.
editor.insertHTML(text)
Type: String
Required. The text you want to insert.