달력

32024  이전 다음

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31

<html>

<head>

<style type="text/css">


/* 링크에서 밑줄 없애기 */

a.no-uline { text-decoration:none }


/* 마우스 지나갈 때만 삭제 + 강제로 없애기 */

a.noul:hover { text-decoration:none !important }


</style>

</head>


<body>


<!-- 스타일을 직접 지정하여, 밑줄 지우기 -->

<a href="http://www.google.co.kr/" style="text-decoration:none">Google 검색</a>


<br />


<!-- a.no-uline 클래스를 이용하여, 밑줄 지우기 -->

<a href="http://www.google.co.kr/" class="no-uline">Google 검색</a>


<br />


<!-- 마우스를 가져갔을 때에만, 밑줄 지우기 -->

<a href="http://www.google.co.kr/" class="noul">Google 검색</a>


</body>

</html>


출처 : http://anianiani.net/1393

'HTML 및 웹' 카테고리의 다른 글

html 500 내부 오류  (0) 2012.03.29
Posted by dewlit
|


인터넷 옵션 들어가서 고급 탭에서 http 오류 메세지 보기 체크 해제

Posted by dewlit
|