
<html>
<head>
<title>Image Map Exercise</title>
</head>
<body>
<img src="imagemap.gif" usemap="#rvcc">
<map name="rvcc">
<area shape="rect" coords="x,y,x,y"
href="rvccinfo.htm">
<area shape="rect" coords="x,y,x,y"
href="courses.htm">
<area shape="rect" coords="x,y,x,y"
href="news.htm">
</map>
</body>
</html>