최신 웹 개발 튜토리얼
 

HTML shape Attribute


정의 및 사용

shape 특성 영역의 형태를 지정한다.

shape 와 속성이 함께 사용되는 coords 영역의 크기, 모양 및 위치를 지정하기 때문이다.


적용

shape 특성은 다음의 요소를 사용할 수있다 :

요소 속성
<area> shape

클릭 가능한 영역과 이미지 맵 :

<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