Fri Feb 17, 2012 5:34 pm
<html>
<head>
<title>area element example</title>
</head>
<body>
<p>
<center>
In this example we specify rectangle area as links in the image.
</center>
</p>
<map name="imageMap">
<area shape="rect" coords="0, 0, 50, 50" href="http://www.codemiles.com">
<area shape="rect" coords="200, 200, 300, 300" href="http://www.codemiles.com">
</map>
<img src="site_logo.gif"
alt="logo"
width="300"
height="300"
usemap="#imageMap">
</body>
</html>
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.