예
클릭 가능한 영역과 이미지 맵 :
<img src ="planets.gif"
width="145" height="126"
alt="Planets"
usemap="#planetmap">
<map
name="planetmap">
<area shape="rect" coords="0,0,82,126" href="sun.htm" alt="Sun">
<area shape="circle" coords="90,58,3" href="mercur.htm" alt="Mercury">
<area shape="circle" coords="124,58,8" href="venus.htm" alt="Venus">
</map>
»그것을 자신을 시도 정의 및 사용
shape 특성 영역의 형태를 지정한다.
shape 와 속성이 함께 사용되는 coords 영역의 크기, 모양 및 위치를 지정하기 때문이다.
브라우저 지원
속성 | |||||
---|---|---|---|---|---|
shape | Yes | Yes | Yes | Yes | Yes |
HTML 4.01과 HTML5의 차이점
없음.
통사론
<area shape="default|rect|circle|poly">
속성 값
값 | 기술 |
---|---|
default | 전체 영역을 지정합니다 |
rect | 사각형 영역을 정의 |
circle | 원형 영역을 정의합니다 |
poly | 다각형 영역을 정의합니다 |