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

1 Expert Approved Answer
Step: 1 Unlock

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

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!