Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

IT22309 –IT ESSENTIALS

EX.NO: 5
DATE:

QUESTION: CREATE AN IMAGE MAP FOR ANY IMAGE

AIM:

ALGORITHM:

PROGRAM:
<html>
<body>

Roll Number:2127220801051 Page No.:


<img src="download.png" alt="summa" usemap="#sam">

<map name="sam">

<area shape="rect" coords="195,55,235,80"

href="https://en.wikipedia.org/wiki/Rectangle"s target="_blank">

<area shape="circle" coords="42,66,10" href="circle.html"

target="_blank">

<area shape="poly" coords="100,48,80,81,120,80" title="polygon">

</map>

</body>

</html>

CODE ON CIRCLE.HTML:

<html>

<body>

<h1>circle</h1>

<p>

area of circle= pie(r)(r)<br>

perimeter of circle=2(pie)r

</p>

</body> </html>

Roll Number:2127220801051 Page No.:


SAMPLE INPUT AND OUTPUT:

RESULT:

Roll Number:2127220801051 Page No.:

You might also like