Sets the innerHTML of an element.
setHtml(`#some-el`, `<b>hello</b>`); Copy
setHtml(`#some-el`, `<b>hello</b>`);
Optional
Sets the innerHTML of an element.
Param: selectors
Param: value
Returns