Sunday, January 12, 2014

Client Image mapping



 Client Image mapping
<html>
<head>
<title>image mapping</title>
</head>
<body bgcolor="plum">
<img src="C:\ PICTURES\NATURE1.jpg"  height="400" width="500" usemap="#M1" border="5">
<MAP NAME="M1">
<center>
<font face="Garamond" color="indigo" size="5"><b>IMAGE MAPPING</b></font>
<AREA SHAPE="RECT" COORDS="0,0,120,170"
HREF="http://www.yahoo.com" alt="ATTITUDE!">
<AREA SHAPE="CIRCLE" COORDS="250,200,75"
HREF=" http://www.google.com "
ALT="OPPURTUNITY!">
<AREA SHAPE="POLY" COORDS="400,400,500,300,500,400,400,400,"
HREF=" http://www.orkut.com "
ALT="INEPTITUDE!">
</BODY>
</HTML>

No comments:

Post a Comment