Use a for loop to add 10 "boxes" to the container element. A "box" can be an empty div
with a class refering to some css that sets the height, width and background-color.
display: inline-block;
(CSS) so that all the div boxes stay on the same line