|
|
To add a circle area, first locate the coordinates of the center of the circle:
|
<!DOCTYPE html>
<html>
<body>
<h2>Image Maps</h2>
<p>Click on the cup of coffee to go to a new page and read more about the topic:</p>
<img src="https://itupto.com/uploads/demo/2023-09-09-07-14-37-workplace.jpg" alt="Workplace" usemap="#workmap" width="400" height="379">
<map name="workmap">
<area shape="circle" coords="337,300,44" alt="Cup of coffee" href="coffee.htm">
</map>
</body>
</html>
Category: | Web Tutorial |
Sub Category: | HTML Image Maps |
Uploaded by: | Admin |
Read Articlehttps://develop.horje.com/learn/1434/reference