• 회원가입
  • 로그인
  • 구글아이디로 로그인

[attribute] HTML - shape 속성 - 이미지맵 링크영역 모양 지정 (= shape속성 = 쉐이프속성) ※ 에어리어태그 모양

목차
  1. shape 예제 - 이미지맵 링크영역 모양 지정
  2. shape 정의
  3. shape 구문

 

shape 예제 - 이미지맵 링크영역 모양 지정

 

<img src="homzzang.gif" width="300" height="200" alt="홈짱" usemap="#hz">


<map id="hz" name="hz">

  <area shape="rect" coords="0,0,80,120" alt="HTML" href="html.php">

  <area shape="circle" coords="90,60,3" alt="CSS" href="css.php">

  <area shape="circle" coords="130,60,8" alt="JS" href="js.php">

</map>

 

 

shape 정의

 

이미지맵 area(링크영격) 모양 지정.

 


 

1. shape 속성 사용 가능 태그 종류

<area>

 

2. cf.

coords 속성 - area (모양/크기/위치) 결정 위해 shape 속성과 함께 사용.

 

3.

모든 브라우저 지원.

 

 

shape 구문

 

<area shape="default|rect|circle|poly">

 


[속성값]

 

  • default - 전체영역
  • rect - 사각형 모양
  • circle - 원 모양
  • poly - 다각형 모양

 



분류 제목
form HTML - <input type="tel"> 태그 - 전화번호 입력 (= 인풋텔타입/텔타입인풋/텔인풋 요소…
form HTML - <input type="text"> 태그 - 1줄 텍스트 입력 (= 인풋텍스트타입/텍스트타입인풋…
form HTML - <input type="time"> 태그 - 시간 입력 (= 인풋타임타입/타임타입인풋/타임인풋 …
form HTML - <input type="url"> 태그 - http(s) 프로토콜 형식의 URL 주소 입력 (=…
form HTML - <input type="week"> 태그 - 연도와 몇주차인지 선택 입력 (= 인풋위크타입/위크…
attribute HTML - loading 속성 - 이미지 레이지로드 여부 지정 (= loading속성 = 로딩속성) ※ …
attribute HTML - cellspacing 속성 - 테이블셀간의 간격 지정 (= cellspacing속성 = 셀스페이…
attribute HTML - cellpadding 속성 - 테이블 셀 내부의 여백 지정 (= cellpadding속성 = 셀…
18/18
목록
찾아주셔서 감사합니다. Since 2012