개발자의 하루

html 글자 줄 긋기 본문

Client

html 글자 줄 긋기

단독질주 2019. 3. 16. 19:44
반응형

가끔씩 까먹는 줄 긋기


underline : 밑줄긋기

overline : 윗줄긋기

line-through : 가운데 줄긋기

 

<style>

    .font_test1 { text-decoration:underline }

    .font_test2 { text-decoration:overline }

    .font_test3 { text-decoration:line-through }

</style>


반응형