How can I make a random background when HTML page loads?
I have one table in HTML page, and I use this line of HTML code for make background for a Table.
<table background="image/1.jpg">
In Image folder I have 5 images, and I want to change the background randomly on every HTML page load.
make an array of images and set it onload function of page refer example