CSS

[text] CSS - text-decoration-style 속성 - 텍스트라인모양 (굵은선, 파선, 점선, 물결선 등) (= text-decoration-style속성 = 텍스트라인스타일속성)

목차
  1. text-decoration-style 예제 - 텍스트 라인 모양
  2. text-decoration-style 정의
  3. text-decoration-style 구문

 

text-decoration-style 예제 - 텍스트 라인 모양

 

<style>

div {margin-bottom:30px; font-size:30px;}


div.a {

  text-decoration-line: underline;

  text-decoration-style: solid;

}


div.b {

  text-decoration-line: underline;

  text-decoration-style: double;

}


div.c {

  text-decoration-line: underline;

  text-decoration-style: dotted;

}


div.d {

  text-decoration-line: underline;

  text-decoration-style: dashed;

}

div.e {

  text-decoration-line: underline;

  text-decoration-style: wavy;

}

</style>


<div class="a">solid - Homzzang.com</div>

<div class="b">double - Homzzang.com<</div>

<div class="c">dotted - Homzzang.com</div>

<div class="d">dashed - Homzzang.com<</div>

<div class="e">wave - Homzzang.com<</div>


결과보기

 

text-decoration-style 정의

 

텍스트 라인 모양 지정.
(예: 굵은선, 파선, 점선, 물결선 등)

 


 

1.

text-decoration-line 속성은 필수.

즉, text-decoration-line 정의되야 text-decoration-style 속성 사용 가능.

 

2.

text-decoration 속성으로 아래 3가지 속성을 한번에 정의 가능.
text-decoration-line (필수)

text-decoration-style

text-decoration-color

 

3.

기본값: solid

상속여부: X

애니효과: X

CSS버전: CSS3

JS구문: object.style.textDecorationStyle="wavy"

 

4.

IE 및 Safari 지원 X. 나머지 최신 브라우저는 모두 지원.

 

 

text-decoration-style 구문

 

selector {text-decoration-style: solid|double|dotted|dashed|wavy|initial|inherit;}

 


[속성값]

 

solid

굵은선 (기본값)

double
2줄겹침선


dotted
점선 (= 점을 일정 간격으로 벌려놓은 선)

dashed
파선 (= 짧은 막대선을 일정 간격으로 벌려놓은 선)

 

wavy

물결선 (= 물결 모양의 구불구불한 선)

initial

이 속성의 기본값으로 설정.

inherit

부모요소의 속성값 상속.

 


 

방문 감사합니다. (즐겨찾기 등록: Ctrl + D)

분류 제목
css CSS - zoom 속성 - 요소 확대 (= zoom속성 = 줌속성) ※ IE 하위 브라우저(예: IE6, …
selector CSS - element,element 병렬선택자 ★ - 쉼표로 나열된 여러 요소 선택. (= 여러 요소선택…
animation CSS - animation-duration 속성 - 애니지속시간 (= 애니완료소요시간 = 움직임완료소요시간…
border CSS - border-image 속성 - 테두리이미지 (= border-image속성 = 보더이미지속성, …
list CSS - list-style 속성 ★ - 리스트 스타일 일괄 (= 리스트마커 = list-style속성 =…
func CSS - rgba() 함수 ★ - (빨강,녹색,파랑,불투명도)으로 색상 정의. (= rgba함수 = 알지비…
flex CSS - order 속성(I) - 아이템 순서 재조정 (= order속성 = 오더속성, IE11) ※ 플렉…
func CSS - rgb() 함수 - (빨강,녹색,파랑)으로 색상 정의. (= rgb함수 = 알지비함수)
css CSS - 블럭요소 수직중앙정렬/수평중앙정렬 (= 가로가운데정렬) (IE9) ★★★★★ (HT - Cent…
func CSS - hsla() 함수 - (색조, 채도, 밝기, 불투명도)로 색상 정의. (= hsla함수 = 에이치…
text CSS - text-decoration-style 속성 - 텍스트라인모양 (굵은선, 파선, 점선, 물결선 등…
table CSS - caption-side 속성 - 테이블표제위치 (= caption-side속성 = 캡션사이드속성)
intro CSS - 정의・장점・구문・초기화 + 주석
css CSS - 이미지 세로 나열 (= 수직 정렬) 방법/경우/원인/이유
box CSS - margin-left 속성 - 요소의 왼쪽 바깥 여백 (= 바깥 좌측 여백 = 좌측마진 = 왼쪽마…
9/33
목록
 홈  PC버전 로그인 일본어
웹디자인언어
서버관리언어
고급코딩언어
그누보드
제작의뢰
Q&A
커뮤니티
웹유틸
회원센터
홈짱닷컴 PC버전 로그인