Tuesday, July 19, 2022

Coding - 

<!DOCTYPE HTML>

<html>

<head><title>image map</title>

</head>

<body>

<h1>An example of Image Map 

</h1>

<img src="C:\Users\kesen\OneDrive\Pictures\th (1).jpg"

usemap="#imagemap"alt="Image of CR7">

<map name="imagemap">

<area href="http://www.google.com" shape="rect" coords="15,114,116,16" alt="google site"/>

<area href="great_wall_china.html" shape="poly"coords="16,10,17" alt="great_wall_china"/>

<area href="http://www.google.com" shape="poly"coords="139,175,208,211,209,176,140,139"alt="google site"/>

</map>

</body></html>

 Output - 


An example of Image Map





No comments:

Post a Comment

Coding -  <!DOCTYPE HTML> <html> <head><title>image map</title> </head> <body> <h1>An exampl...