https://aboooks.tistory.com/177
기본값이 밑줄이 없는 보통글자
글자 아래에 밑줄
.test { text-decoration : underline; }
글자 위에 줄이 그어짐
.test { text-decoration: none; }
.test { text-decoration : line-through; }
글자 중간에 줄이 그어짐