style에 a에 대한 css를 추가해 준다.
<style>
a:hover{
text-decoration: none;
}
</style>
<html>
<body>
<a href='./index.php'>INDEX</a>
</body>
</html>
출처>
모질라 개발자 사이트
https://developer.mozilla.org/ko/docs/Web/CSS/text-decoration
text-decoration CSS 단축 속성은 글씨의 장식(선) 색을 지정합니다. text-decoration-line, text-decoration-color, text-decoration-style, text-decoration-thickness속성 값을 설정합니다.
The text-decoration shorthand CSS property sets the appearance of decorative lines on text. It is a shorthand for text-decoration-line, text-decoration-color, text-decoration-style, and the newer text-decoration-thickness property.
광고>
728x90
'etc > html, css' 카테고리의 다른 글
[html] style opacity 이해 (0) | 2020.06.09 |
---|---|
[html] 특수문자 '&' 사용 경고 - (warning) Invalid character used in text string, 이클립스 (0) | 2020.06.07 |
[CSS] 테이블의 필요한 칸(컬럼)에 줄 넣기 - style: border, top, bottom, left, right (0) | 2020.05.21 |
[html] <colgroup>, <col> 사용법 (1) | 2020.03.01 |
[html] 한글이 제대로 보여지지 않을 때 (0) | 2016.05.27 |