示例<!doctype html><html> <head> <title>html map tag</title> </head> <body> <img src = "/images/html.gif" alt = "html map" border = "0" usemap = "#html"/> <!-- create mappings --> <map name = "html"> <area shape = "circle" coords = "154,150,59" href = "about/about_team.htm" alt = "team" target = "_self" /> </map> </body></html>
以上就是如何在html中将图像指定为客户端图像映射?的详细内容。