I am trying to Create a table with 400 pixel height and 400 pixels width, have 5 rows and 5 columns, each cell
in the table should get a random background color upon reload.
Any suggestions on how I can achive this ?
I am trying to Create a table with 400 pixel height and 400 pixels width, have 5 rows and 5 columns, each cell
in the table should get a random background color upon reload.
Any suggestions on how I can achive this ?
create 25 random colors within a loop, then assign them when creating the table.