Saturday 11 January 2014

image map1

<!DOCTYPE html>
<html>
<body>

<p>Click on the sun or on one of the planets to watch it closer:</p>

<img src="D:\webtechnologies\html\prog\table\foru.jpg" width="145" height="126"
alt="Planets" usemap="#planetmap">

<map name="planetmap">
  <area shape="rect" coords="0,0,82,126" alt="Sun" href="D:\webtechnologies\html\prog\table\tabl1.html">
  <area shape="circle" coords="90,58,3" alt="Mercury"
href="D:\webtechnologies\html\prog\table\TableCaption.html">
  <area shape="circle" coords="124,58,8" alt="Venus" href="D:\webtechnologies\html\prog\Lists\orderedlist\list1.html">
</map>

</body>

</html>

No comments:

Post a Comment