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.

  1. In the tag, src stands for image source, as in where the image file is located.
  2. A rollover image requires at least two images.
  3. 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.
  4. List the events that JavaScript can handle.
    JavaScript doesn't handle events. HTML can execute JavaScript upon the occurrence of certain events.
  5. The property that holds the number of elements in an array is length.
  6. The third image on the html page is document.images[2].