使用 HTML 中的 ismap 屬性將圖像設(shè)置為 HTML 中的服務(wù)器端圖像映射。
示例
您可以嘗試運(yùn)行以下代碼來(lái)實(shí)現(xiàn) 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>
登錄后復(fù)制
以上就是在HTML中將一張圖片設(shè)置為服務(wù)器端的圖像映射?的詳細(xì)內(nèi)容,更多請(qǐng)關(guān)注www.92cms.cn其它相關(guān)文章!