how to add a background image in javascript element code example
Example: set an attribute background image javascript
document.body.style.backgroundImage = "url('img_tree.png')";
document.body.style.backgroundImage = "url('img_tree.png')";