News

The following code combines the array of images and the random number to display a random image as the website background:document.body.style.background='url('+background[numberGen]+')'; Advertisement ...
HTML Web programming language enables you to change the background color as well as add a background image. ... For example, the code might look like this:body{ background-image:url ...