FY B.sc IT Practical 3(C) :Design a web page with Imagemaps.
(a). Design a web page with Imagemaps.
<!DOCTYPE html>
<html>
<body>
<h1> Image Mapping</h1>
<p>click on this Image</p>
<img src="mobile.png" alt="Mobile" usemap="#phone" width="500" height="500">
<map name="phone">
<area shape="rect" coords="126,25,360,513" alt="my phone" href="home.html">
</map>
</body>
</html>
output:
Nice ☺️👍🏻
ReplyDelete