The images we work with in this book must be built into the webpage - you can’t use an image from your own computer. Below are some images that are built into the web pages in this chapter.
To use a particular image, change the line of code that creates an image object so that it specifies the desired image name in quotes. Like img = Image("student1.jpg") to use student1.jpg. Try out one or more of these images by changing line 4 in the program below.