Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Using CSS HTML and JavaScript (no JQuery!) Create a Web page which generates a series a of small boxes, where the number of boxes is
Using CSS HTML and JavaScript (no JQuery!)
Create a Web page which generates a series a of small boxes, where the number of boxes is given by the user 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)
Boxes should queue in one line.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started