남들이 안해본것을 해서 궁극적인 지식의 완성을 목표로 하는 블로그입니다. 제품리뷰 , IT, 프로그래밍 관련글을 포스팅합니다. 또한 자기만 읽으려고 만든 정리 노트식의 글들을 싫어합니다. 비전공자나 처음 본 사람도 최대한 이해할 수 있도록 프로그래밍 관련 글들을 쉽게 적으려고 노력하고 있습니다. 보안 계통과 컴퓨터의 Low-Level 한 분야에 관심이 많습니다.
<!DOCTYPE html> <html> <head> <style> a:link { text-decoration: none; } a:visited { text-decoration: none; } a:hover { text-decoration: underline; } a:active { text-decoration: underline; } </style> </head> <body> <p><b><a href="default.asp" target="_blank">This is a link</a></b></p> <p><b>주목:</b> a:hover은 a:link 와 a:visited 정의 이후에 등장해야 합니다 <p><b>주목:</b> a:active 은 a:hover 정의 이후에 등장해야 합니다</p> </body> </html>
출처
www.w3schools.com/css/css_link.asp
CSS Styling Links
CSS Links With CSS, links can be styled in different ways. Text Link Text Link Link Button Link Button Styling Links Links can be styled with any CSS property (e.g. color, font-family, background, etc.). In addition, links can be styled differently dependi
www.w3schools.com
[CSS] a 태그 마우스 갖다댈때만 밑줄(underline) 표시하기
출처
www.w3schools.com/css/css_link.asp
CSS Styling Links
CSS Links With CSS, links can be styled in different ways. Text Link Text Link Link Button Link Button Styling Links Links can be styled with any CSS property (e.g. color, font-family, background, etc.). In addition, links can be styled differently dependi
www.w3schools.com
'웹 > HTML + CSS' 카테고리의 다른 글
COMMENT WRITE