<map>: 影像地圖元素
試用
屬性
示例
包含兩個區域的影像地圖
點選左側鸚鵡獲取 JavaScript,或點選右側鸚鵡獲取 CSS。
HTML
html
<!-- Photo by Juliana e Mariana Amorim on Unsplash -->
<map name="primary">
<area
shape="circle"
coords="75,75,75"
href="https://mdn.club.tw/docs/Web/JavaScript"
target="_blank"
alt="JavaScript" />
<area
shape="circle"
coords="275,75,75"
href="https://mdn.club.tw/docs/Web/CSS"
target="_blank"
alt="CSS" />
</map>
<img
usemap="#primary"
src="parrots.jpg"
alt="350 x 150 picture of two parrots" />
結果
技術概述
規範
| 規範 |
|---|
| HTML 標準 # the-map-element |
瀏覽器相容性
BCD 表格僅在啟用 JavaScript 的瀏覽器中載入。