<!DOCTYPE html>
<html lang="en-US">
<body>
<img src="devices.jpg" alt="apple Devices" style="width:auto;" usemap="#apple-products">
<map name="apple-products">
<area shape="rect" coords="10,20,340,350" alt="macbook" href="/macbook.htm">
<area shape="rect" coords="355,185,540,340" alt="ipad" href="/ipad.htm">
<area shape="rect" coords="545,240,625,340" alt="iphone" href="/iphone.htm">
</map>
<p>Note: Click on any specific device to view its detail.</p> </body>
</html>