Element.append()
or Element.apeendChild()
. append
is different from appendChild
: it can pass not onlyNode object but also strings.
we can use innerHTML attribute to insert strings containing elements into current Node object: Element.innertHTML = '<div></div>'
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)