CSS Links Text Decoration
CSS Links Text Decoration
이 text-decoration속성은 주로 링크에서 밑줄을 제거하는 데 사용됩니다.
예
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a:active {
text-decoration: underline;
}

<!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>Note:</b> a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective.</p>
<p><b>Note:</b> a:active MUST come after a:hover in the CSS definition in order to be effective.</p>
</body>
</html>
게시판 목록
퍼블리셔팁
질문은 상단의 QA에서 해주시기 바랍니다.
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 1037 | CSS | 8년 전 | 1852 | ||
| 1036 | CSS | 8년 전 | 1167 | ||
| 1035 | CSS | 8년 전 | 1375 | ||
| 1034 | CSS | 8년 전 | 1351 | ||
| 1033 | CSS | 8년 전 | 1572 | ||
| 1032 | CSS | 8년 전 | 1867 | ||
| 1031 | CSS | 8년 전 | 2146 | ||
| 1030 | CSS | 8년 전 | 1800 | ||
| 1029 | CSS | 8년 전 | 1805 | ||
| 1028 | CSS | 8년 전 | 1681 | ||
| 1027 | CSS | 8년 전 | 1470 | ||
| 1026 | CSS | 8년 전 | 1435 | ||
| 1025 | CSS | 8년 전 | 1654 | ||
| 1024 | CSS | 8년 전 | 1692 | ||
| 1023 | CSS | 8년 전 | 1530 | ||
| 1022 | CSS | 8년 전 | 1449 | ||
| 1021 | CSS | 8년 전 | 2098 | ||
| 1020 | CSS | 8년 전 | 2173 | ||
| 1019 | CSS | 8년 전 | 1574 | ||
| 1018 | CSS | 8년 전 | 2070 | ||
| 1017 | CSS | 8년 전 | 1857 | ||
| 1016 | CSS | 8년 전 | 1755 | ||
| 1015 | CSS | 8년 전 | 2202 | ||
| 1014 | CSS | 8년 전 | 1759 | ||
| 1013 | CSS | 8년 전 | 1990 | ||
| 1012 | CSS | 8년 전 | 2294 | ||
| 1011 | CSS | 8년 전 | 2245 | ||
| 1010 | CSS | 8년 전 | 1633 | ||
| 1009 | CSS | 8년 전 | 1531 | ||
| 1008 | CSS | 8년 전 | 1832 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기