이미지맵

2012. 3. 13. 13:49 Web/Html

<div>
 <img src="이미지경로" alt="#" usemap="#top" />
 <map name="top">
  <area shape="rect" coords="사각형" href="#" target="_self">
  <area shape="circle" coords="원" href="#" target="_self">
  <area shape="polygon" coords="다각형" href="#" target="_self">
 </map>
</div>


'Web > Html' 카테고리의 다른 글

Html 문자기호표  (0) 2012.04.09
favicon  (0) 2012.04.02
모바일 metatag  (0) 2012.04.02
sns 연결  (0) 2012.03.30
input 속성  (0) 2012.03.23
Copyright © HuckleberryM All Rights Reserved | JB All In One Designed by CMSFactory.NET