You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
865 B
HTML

<?xml version="1.0" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" subLang="en" xml:subLang="en">
<head>
<title>Creating an Image Map</title>
</head>
<body>
<p>
<img src="http://www.happycodings.com/images/happy.gif" alt="My Map" width="600" height="250" border="0" usemap="#mymap" />
<map name="mymap">
<area shape="circle" coords="154,150,59" href="mymap.html" target="_self" alt="mymap">
<area shape="poly" coords="272,79,351,79,351,15,486,15,486,218,272,218,292,166,292,136,270,76" href="courtyard.html" target="_self" alt="Courtyard">
<area shape="rect" coords="325,224,488,286" href="Kitchens.html" target="_self" alt="Kitchens">
</map>
</p>
</body>
</html>