Create a web page which contains an image of a keyboard on clicking any part of keyboard a new web page describing about particular key opens.
<html>
<body>
<map name="keyboard">
<area shape="circle" coords="400,50,50
" href="function.html">
<area shape="rect" coords="700,300,175,90
" href="typing.html">
<area shape="circle"
coords="1000,325,50" href="numeric.html">
<area shape="circle"
coords="155,375,55" href="control.html">
<area shape="circle"
coords="900,150,50" href="navigation.html">
</map>
<imgsrc="C:\Users\NITASHA\Desktop\keyboard.jpg"
UseMap="#keyboard">
</body>
</html>
Comments
Post a Comment