posted by 오리밭 2010. 9. 22. 08:23

파란색 링크기본
빨간색 링크 1
초록색 링크 2


<style type="text/css">
<!--
a.{color:blue; text-decoration:none}
a:hover {color:skyblue; text-decoration:none}
a.link1{color:red; text-decoration:none}
a.link1:hover {color:pink; text-decoration:none}
a.link2{color:green; text-decoration:none}
a.link2:hover {color:yellowgreen; text-decoration:none}
-->
</style>

<a href="http://www.haxim.kr">파란색 링크기본</a>
<br>
<a href="http://www.haxim.kr" class="link1">빨간색 링크 1</a>
<br>
<a href="http://www.haxim.kr" class="link2">초록색 링크 2</a>