이미지 특정 부분에 링크 만들기
<img src="이미지 경로" width="이미지 가로 크기" height="이미지 세로 크기" border="0" usemap="#Map">
<map name="Map">
<area shape="rect" coords="이미지에 링크 걸 부분의 왼쪽 위와 오른쪽 아래 좌표(x1, y1, x2, y2)" href=링크 걸 파일 경로>
</map>
<img src="이미지 경로" width="이미지 가로 크기" height="이미지 세로 크기" border="0" usemap="#Map">
<map name="Map">
<area shape="rect" coords="이미지에 링크 걸 부분의 왼쪽 위와 오른쪽 아래 좌표(x1, y1, x2, y2)" href=링크 걸 파일 경로>
</map>