For Loop Animation

Watch how a for loop adds boxes one by one!

Assignment: Write a webpage that gets a number from the user and counts from 0 to that number.
For this assignment, you will need to use a for() loop to to iterate to the number the user inputs.
Use your prior assignments if you need help.< br />