HTML\CSS/개념

[ CSS ] text-decoration

ucong 2020. 11. 25. 22:25

ex) ucong

text-decoration:underline;     // 밑줄 생성

결과: ucong

 

ex)  ucong

text-decoration:none;     //밑줄 제거

결과: ucong