text-decoration
텍스트 장식
text-decoration속성 설정 또는 텍스트에서 장식을 제거하기 위해 사용된다.
이 값은 text-decoration: none;종종 링크에서 밑줄을 제거하기 위해 사용된다 :
예
a {
text-decoration: none;
}
다른 text-decoration값은 텍스트를 장식하는 데 사용된다 :
예
h1 {
text-decoration: overline;
}
h2 {
text-decoration: line-through;
}
h3 {
text-decoration: underline;
}
text-decoration속성 설정 또는 텍스트에서 장식을 제거하기 위해 사용된다.
이 값은 text-decoration: none;종종 링크에서 밑줄을 제거하기 위해 사용된다 :
예
a {
text-decoration: none;
}
다른 text-decoration값은 텍스트를 장식하는 데 사용된다 :
예
h1 {
text-decoration: overline;
}
h2 {
text-decoration: line-through;
}
h3 {
text-decoration: underline;
}
|
댓글을 작성하시려면 로그인이 필요합니다.
로그인