Question: Create a Web page which generates a series a of small boxes, where the number of boxes is given by theuser via a text input
Create a Web page which generates a series a of small boxes, where the number of boxes is given by theuser via a text input box.
•Sets the background of each box to a random colour (you can use the “rgb” format of CSS colours);
•Sets the margin-left of each box to be double the previous boxs margin (where the first box hasmargin-left5px).
Step by Step Solution
3.39 Rating (161 Votes )
There are 3 Steps involved in it
To create a web page with these specifications you can use HTML CSS and JavaScript Heres a stepbystep guide to achieving the desired functionality Ste... View full answer
Get step-by-step solutions from verified subject matter experts
