- Create a file called graphics.html based off of the XHTML template we used in class
- Find a nice large "busy" (lots of items in it) image
- 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
- using selections, copy one item FROM that big image and make it it's own separate file and put that image into your page
- 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
- 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