설명
The HTML Map element (<map>
) is used with <area>
elements to define a image map.
하나의 이미지에 여러개의 구획을 나눠서 각각 링크를 부여하는 기능을 이미지 맵이라고 한다. <map>태그는 <area>태그와 함께 이미지맵을 정의하는데 쓰인다.
Usage Context
Permitted content | Transparent content model |
Tag omission | None, must have both a start tag and an end tag. |
Permitted parent elements | Any element that accepts Phrasing content, or any element that accepts flow content. |
Normative document | HTML 5, section 4.8.12; HTML 4.01, section 13.6.1 |
속성
이 엘리먼트는 전역속성을 지원한다.
예제
<map> <area shape="circle" coords="200,250,25" href="another.htm" /> <area shape="default" /> </map>
DOM Interface
본 엘리먼트는 HTMLAnchorElement인터페이스를 구현한다.
호환성
기능 | 구글크롬 | 파이어폭스Gecko) | 인터넷 익스플로러 | Opera | Safari |
---|---|---|---|---|---|
기본적인 지원 | 1.0 | 1.0 (1.7 or earlier) | 지원 | 1.0 | 1.0 |
기능 | 안드로이드 | 파이어폭스 모바일(Gecko) | 인터넷 익스플로러 모바일 | 오페라 모바일 | 사파리 모바일 |
---|---|---|---|---|---|
기본적인 지원 | 1.0 | 1.0 (1) | 지원 | 1.0 | 1.0 |