How to take coordinates in html | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to take coordinates in html

in image mapping we have to take 3 coordinates for circle so how to take them....??

1st Apr 2018, 8:20 AM
Shrutika Dhumal
Shrutika Dhumal - avatar
1 Answer
+ 1
For circle shapes, 'coords' attribute values are x, y and r, with x and y center position and r radius... https://developer.mozilla.org/en-US/docs/Web/HTML/Element/area
1st Apr 2018, 9:10 AM
visph
visph - avatar