let img = document.createElement("img"); img.src = source.getAttribute('data-image'); document.getElementByID("target").appendChild(img);