i want to insert a htmlsnippet into another html-element
i tried it this way
the html
insert this html elemen
You should use the appendChild method.
box2.appendChild(box1);