I can not get any of my links to work. the tabs should go to the correct page and the links at the bottom should go to the correct page.
help
<html>
<head>
<!--
New Perspectives on HTML and XHTML 5th Edition
Tutorial 2
Review Assignment
CAMshots Photo Contest
Author:
Date:
Filename: contest.htm
Supporting files: contest0.jpg, thumb1.jpg - thumb9.jpg
-->
<title>CAMshots Photo Contest</title>
</head>
<body>
<div><img src="assets/contest0.jpg" alt="Photo contest" usemap="#contestmap" style="border-width: 0"/>
<map id="contestmap" name="contestmap">
<area shape="ploy" coords="(457,84),(474,63),(549,63),(566,84)," href="pages/child.htm" alt="Child Photos"/>
<area shape="ploy" coords="(455,84),(571,63),(646,63),(663,84)," href="pages/flower.htm" alt="Flowers Photos"/>
<area shape="ploy" coords="(651,84),(668,63),(743,63),(760,84)," href="pages/scenic.htm" alt="Scenic Photos"/>
<area shape="circle" coords="82,82, 78" href="contest.htm" alt="contest Results"/>
</map>
</div>
<h1 style="color: blue">Contest Winners</h1>
<p>Here are the results for this month's contest for best photos
in the categories of <i>Child Photos</i>, <i>Flower Photos</i>, and
<i>Scenic Photos</i>. I received hundreds of entries and it was
difficult to narrow the entries down to three in each category. Thanks to everyone
who participated this month.</p>
<p>Below are thumbnail images of the winning photos. You can click the
photos to view larger images of each. These photos are distributed
for non-commercial use. If you wish to obtain copies for commercial
use, please contact the photographer.</p>
<p>Next month's contest categories:</p>
<ul>
<li>Animal Photos</li>
<li>Nighttime Photos</li>
<li>Sports Photos</li>
</ul>
<p>Please submit your entries to
<a href="mailto:ghayward@camshots.com?subject=photo%20contest"> Gerry Hayward.</a> </p>
<p>
Include your name, the photo category, and the photo settings. JPEG photos only.
Please keep the file size < 100k. My mail server will reject photos larger
than 100k. One entry per person please.
</p>
<p><b>Attention</b>: Our friends at BetterPhoto.com
are having their annual photo contest. Please take this opportunity
to submit your work to their editors.</p>
<p>— Gerry</p>
<hr />
<dl>
<dt><a href="pages/child.htm"> Child Photos </a></dt>
<dd>
<img src="assets/thumb1.jpg" alt="child1" />
<img src="assets/thumb2.jpg" alt="child2" />
<img src="assets/thumb3.jpg" alt="child3" />
</dd>
<dt><a href="pages/flower.htm"> Flower Photos </a></dt>
<dd>
<img src="assets/thumb4.jpg" alt="flower1" />
<img src="assets/thumb5.jpg" alt="flower2" />
<img src="assets/thumb6.jpg" alt="flower3" />
</dd>
<dt><a href="pages/scenic.htm"> Scenic Photos </a></dt>
<dd>
<img src="assets/thumb7.jpg" alt="scenic1" />
<img src="assets/thumb8.jpg" alt="scenic2" />
<img src="assets/thumb9.jpg" alt="scenic3" />
</dd>
</dl>
<hr />
<address>
CAMshots ››› Tips and News from the World of Digital Photography
</address>
</body>
</html>