Appends the given html to the element, returning the elements appended
This is similar to element.innerHTML += "html string"; in Javascript.
See Implementation
Appends the given html to the element, returning the elements appended