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-linetext-decoration-colortext-decoration-styletext-decoration-thickness속성 값을 설정합니다.

 

The text-decoration shorthand CSS property sets the appearance of decorative lines on text. It is a shorthand for text-decoration-linetext-decoration-colortext-decoration-style, and the newer text-decoration-thickness property.

 

 

광고>

728x90

+ Recent posts