image mapping


Client Side Image Mapping.html:-

<html>
<head>
<title>Client Side Image Mapping</title>
</head>
<body bgcolor=aqua>
<hr size=10 color=pink>
<h1><marquee>Client Side Image Mapping</marquee></h1>
<hr size=10 color=orange>
<center>
<img src="C:\Practical\Client Side Image Mapping\photo-1521521075819-8dfb91b45d67.jpg" height=500 width=500 usemap=#m1>
<map name=m1>
<area shape=circle coords=80,40,50 href="http://www.Google.com" alt="Visit Google">
<area shape=rect coords=70,100,170,170 href="http://www.Youtube.com" alt="Visit Youtube">
<area shape=poly coords=70,100,70,60,100,100 href="http://www.Facebook.com" alt="Visit Facebook"> 
</map><br>
<h2>Site created by.......................</h2><br>
<h2><u>XII IT STUDENTS.</u></h2>
</body>
</html>






No comments:

Post a Comment