Looper
You are going to create a for loop inside of an inline <script>
tag that must iterate through an Array
of img urls and then will insert an <img>
tag for each image that points to the corresponding url.
Grab image urls from the Internet.
The end result is that your web page will display each of the images.