2016-07-27 21:06:51 text-decoration什么意思
css代码中text-decoration什么意思?
text-decoration首先由(text和decoration)两个单词组成的一个CSS样式属性。
text-decoration翻译为:
文字修饰;文本装饰
text-decoration在CSS中设置文字字体下划线、上划线、字体删除线样式效果。
text-decoration常用有四个值:
- div{text-decoration:none}
- div{text-decoration:underline}
- div{text-decoration:line-through }
设置DIV内文字字体贯穿线(又叫删除线、中划线)(兼容各大浏览器)
- div{text-decoration:overline }
设置div内文字上划线修饰
下划线样式扩展阅读了解:
1、css下划线颜色与字体颜色设置不同颜色
2、css text-decoration颜色