Image Map
Welcome to the obligatory image map! Every website should have one, whether it is necessary to have one or not. One could say that it is always necessary to have one for this very reason.
See if you can guess where to click!
Source Code
<img width="400" height="286" usemap="#cowmap" id="imap" src="images/imap.gif" alt="an image map, consisting of a turntable, a cow, and chuck norris." /> <map id="cowmap" name="cowmap"> <area shape="circle" href="http://www.chucknorrisfacts.com/" alt="chuck norris" coords="268,117,64" /> <area shape="polygon" href="#source" alt="a cow" coords="39,7,98,11,151,44,259,46,359,33,378,58,376,136,388,175,378,175,372,251,351,246,365,208,352,183,341,193,334,184,319,230,300,224,319,196,312,182,280,191,221,187,201,284,181,277,195,238,190,193,180,193,165,259,143,249,164,221,161,195,142,185,136,163,89,103,17,197,8,73,42,47,46,33,67,21" /> <area shape="rect" href="../404.html" alt="a turntable" coords="8,173,130,276" /> </map>
