使用 HTML 中的 ismap 屬性將圖像設置為 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>
登錄后復制
以上就是在HTML中將一張圖片設置為服務器端的圖像映射?的詳細內容,更多請關注www.92cms.cn其它相關文章!