使用 HTML 中的 cords 屬性設置 HTML 圖像地圖中區域的坐標。
示例
您可以嘗試運行以下代碼來實現cords屬性 –
<!DOCTYPE html> <html> <head> <title>HTML coords attribute</title> </head> <body> <img src = "/images/html.gif" alt = "HTML Map" border = "0" usemap = "#html"/> <map name = "html"> <area shape = "circle" coords = "154,150,59" href = "about/about_team.htm" alt = "Team" target = "_self" /> </map> </body> </html>
登錄后復制
以上就是在HTML中設置圖像映射區域的坐標?的詳細內容,更多請關注www.92cms.cn其它相關文章!