ใช้ ismap แอตทริบิวต์ใน HTML เพื่อตั้งค่ารูปภาพเป็นแผนที่รูปภาพฝั่งเซิร์ฟเวอร์ใน HTML
ตัวอย่าง
คุณสามารถลองเรียกใช้โค้ดต่อไปนี้เพื่อใช้งาน ismap แอตทริบิวต์ −
<!DOCTYPE html> <html> <body> <a href=""> <img src = "https://www.tutorialspoint.com/assets/videotutorials/courses/android_penetration_testing/380_course_203_image.jpg" alt="Android Penetration Testing" width = "300" height = "250" ismap> </a> <p>On clicking the coordinates is sent to the server as a URL query string.</p> </body> </html>