Part 1 - Review Quiz
For part 1, write your answers on a Web page. Save it as part1.html and place it in the wts/autumn/asst4 you created in Exercise 2.
- In the
tag, src stands for image source, as in where the image file is located.
- A rollover image requires at least two images.
- True or False? Images for a rollover can be different sizes. True, though bigger images are shrunk to fit in the same space as smaller images.
- List the events that JavaScript can handle.
JavaScript doesn't handle events. HTML can execute JavaScript upon the occurrence of certain events.
- The property that holds the number of elements in an array is
length.
- The third image on the html page is
document.images[2].