How to insert elments using Javascript

tanjiagang - Nov 5 - - Dev Community

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>'

. . .
Terabox Video Player