1. Create a file called graphics.html based off of the XHTML template we used in class
    1. Find a nice large "busy" (lots of items in it) image
    2. Put a thumbnail link to that "Big image" using two methods
      • Just scale the image down to 100pixels wide and rename it (I usually do something like bigimage.jpg goes to bigimage_th.jpg)
      • Use the fixed width selection in gimp, select a 100 pixel wide "crop" to use as a thumbnail
      • For both, use an actual width/height when you put the thumbnails into the img tag
    3. using selections, copy one item FROM that big image and make it it's own separate file and put that image into your page
    4. Using an appropriate image (which your first one may or may not qualify) Make a simple image map using at least on rectangle, polygon and circle. Put that image map onto graphics.html
  2. Link the page graphics.html onto your index.html page IF YOU WANT, but you must post the link on the webct discussion when you are done
W3C Button to test XHTML validation