# PRIVATE
WEB 9월 30일 링크걸기
ROHA__
2010. 9. 30. 10:42
WEB a href & target 태그
<html><head><title>이미지태그</title></head>
<body>
<img src="tal1.gif" alt="하회탈 *^^*" border=1 align=left width = 50 height = 50 ><br>
<img src="tal2.gif" alt="하회탈 *^^*" border=1 align=center width = 100 height = 100 ><br>
<img src="tal3.gif" alt="하회탈 *^^*" border=1 align=right width = 10 height = 10 ><br>
<a href = "http://www.gachon.ac.kr" target = "new"><img src="http://www.gachon.ac.kr/images/common/layout/@logo.png" alt="하회탈 *^^*" border=0 align=left width = 100 height = 100 ><br> </a>
</body></html>
map 그림안에 링크걸기 - 그러나 하기쉽지 안항 전문툴을 써야한다.
<html><head><title>이미지태그</title></head>
<body bgcolor="white" text="black" link="#a52a2a" vlink="483d8b" alink="ff1493">
<p align="center"><font size="6" color="#996600">최후의 만찬</font><br><br>
<img src="last.jpg" width="640" height="410" border="1" usemap="#Map1"><br><br>
<font size="2" color="#996600">그림의 특정 부분을 클릭하면 해당 사이트로 이동합니다.</font></p>
<map name="Map1">
<area shape="rect" coords="182, 191, 322, 272" href="http://en.wikipedia.org/wiki/The_Last_Supper_(Leonardo)" target="_blank" >
<area shape="poly" coords="386, 29, 342, 117, 408, 216, 470, 150, 490, 95, 460, 47, 417, 26" href="http://www.~~" target="_blank" >
<area shape="circle" coords="105, 150, 70" href="http://en.wikipedia.org/wiki/The_Last_Supper_(Leonardo)" target="_blank" >
</map></body></html>
728x90
반응형