HTML:標記語言
CSS:樣式語言
JavaScript:指令碼語言
Web API:程式設計介面
所有 Web 技術
學習 Web 開發
發現我們的工具
更好地瞭解 MDN
此特性已相當成熟,可在許多裝置和瀏覽器版本上使用。自 2015 年 7 月以來,各瀏覽器均已提供此特性。
HTMLAreaElement 介面的 shape 屬性用於指定影像對映區域的形狀。它反映了 <area> 元素的 shape 屬性。
HTMLAreaElement
shape
<area>
一個字串;rect(矩形)、circle(圓形)或 poly(多邊形)。
rect
circle
poly
const areaElement = document.getElementById("imageMapArea"); console.log(areaElement.shape);
載入中…
HTMLAreaElement.coords
HTMLAreaElement.alt
HTMLMapElement
<map>
<a>