Week 3 Assignment:

A Real Gallery Page

Using the gallery page we made together in class as a basis, create a more complex image gallery where:

  1. Give all the images a title
  2. Make the title and the image into a link
  3. when the user clicks on the image or the title, they are taken to another page that has:
    • The title of the image
    • A larger, optimized version of the image
    • the size of the original image (in pixels)
    • the size of the original image (in KB or MB)
    • the size of the larger, optimized version of the image (in KB or MB)
    • a link back to the gallery page
  4. Make sure to MARKUP all your code approriately