Week 7 - Task 3
Display dynamic number of boxes
Make an
input
and a
button
element (HTML)
Make an empty
div
container element to hold the "boxes" (HTML)
Use the input value to decide the number of boxes you should make.
Hints:
Use
display: inline-block;
(CSS) so that all the div boxes stay on the same line
Example of how a solution might look like:
IMAGE