Posts by Douglas Fernando • 1 point
1 post
-
-1
votes3
answers43
viewsA: personal as I add an image in the background by javascrip?
var img = Document.createelement("img"); //Create the element img.src = '.. /'; //location of the image to be loaded Document.body.appendchild(img); //add the element to the body or…