Photo Puzzle

And now for the Photo Puzzle! There are 4 object to find of Significances and 2 background object, can you find the 6 hotspots on the picture?

Cooper playing with his laptop near a basket ball, on a small plastic table. This a basketball This is Cooper This is a plastic laptop This is a plastic table This is a wall This is the Floor
List of Hotspot Links (Access keys 1 to 6)
  1. Cooper
  2. Toy Laptop
  3. Basketball
  4. Plastic Table
  5. The Back Wall
  6. The Floor

The code behind the imagemap

<img width="400" height="345" usemap="#urlmap"
   src="images⁄imagemap⁄cooper_and_toys.jpg"
   alt="Cooper playing with his laptop near a basket ball, on a small plastic table."
   class="image" ⁄>

<map name="urlmap" id = "urlmap">

   <area shape="circle" href="images⁄imagemap⁄basketball.html"
      coords="298,88, 48"
      tabindex="7" alt="This a basketball" ⁄>

   <area shape="poly" href="images⁄imagemap⁄cooper.html"
      coords="161,51, 154,65
      ,147,73, 112,80, 105,77, 89,64, 91,44 ,85,21, 73,10, 56,6, 43,8, 34,16, 28,28
      ,26,47, 31,65, 41,74, 33,93, 29,145, 33,160, 33,165, 29,174, 29,187, 37,216
      ,38,231 ,35,265, 37,276, 41,288, 48,293, 53,301, 68,300, 72,292, 69,284, 74,269
      ,74,259, 71,249, 73,241, 75,225, 78,241 ,83,246, 114,248, 122,241, 102,222
      ,102,215, 106,210, 108,198, 103,167, 103,156, 110,156, 111,150, 125,151
      ,140,153, 148,141, 146,137, 141,134, 128,130, 117,131, 106,127, 105,110
      ,121,108, 132,102, 149,92, 157,84, 161,77, 170,71, 168,68, 165,68, 161,68"
      tabindex="8" alt="This is Cooper" ⁄>

   <area shape="poly"
      href="http:⁄⁄www.latrobe.edu.au⁄dssg⁄index.html"
      coords="204,138, 248,101, 247,91, 239,89, 243,55, 243,49, 167,32 ,164,34
      ,157,87, 124,108, 125,114, 143,123, 161,129"
      tabindex="9" alt="This is a plastic laptop" ⁄>

   <area shape="poly"
      href="images⁄imagemap⁄plastic_table.html" coords="399,138
      ,391,122, 373,104, 354,94, 349,91, 253,73, 241,74, 123,111, 110,128, 110,158
      ,117,171, 132,185, 144,195, 156,204, 166,300, 174,323, 180,328, 190,328
      ,195,318, 196,305, 196,296, 182,214, 204,218, 237,222, 271,222, 303,220
      ,321,216, 317,302, 318,317, 325,333, 336,333, 345,321, 347,310, 349,209
      ,374,191, 390,177, 398,160, 399,138"
      tabindex="10" alt="This is a plastic table"  ⁄>

   <area shape="rect"
      href="images⁄imagemap⁄backwall.html" coords="0,0, 399,197"
      tabindex="11" alt="This is a wall" ⁄>

   <area shape="rect"
      href="#floor" coords="0,198, 399,344" tabindex="12"
      alt="This is the Floor" ⁄>

<⁄map>

This is the floor of the page

Floor tag, ain't i pretty?

Welcome to the floor of the page!! Please mind your step.

Valid XHTML 1.0 Strict

Top of page