在 HTML 中將圖片設定為伺服器端影像對映?
使用 HTML 中的 ismap 屬性將圖片設為 HTML 中的伺服器端圖片對映。
示例
您可以嘗試執行以下程式碼來實現 ismap 屬性 −
<!DOCTYPE html> <html> <body> <a href=""> <img src = "https://tutorialspoint.tw/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>
廣告
資料結構
網路
關係型資料庫管理系統
作業系統
Java
iOS
HTML
CSS
Android
Python
C 程式設計
C++
C#
MongoDB
MySQL
Javascript
PHP