css中text-decoration是什么意思

来源:百度知道 编辑:UC知道 时间:2024/06/17 17:19:08

text-decoration 定义和用法

  规定添加到文本的修饰。

      注释:修饰的颜色由 "color" 属性设置。



实例:

/*设置 h1、h2、h3、h4 元素的文本修饰:*/
h1 {text-decoration:overline}
h2 {text-decoration:line-through}
h3 {text-decoration:underline}
h4 {text-decoration:blink}

假如 none 值在属性声明的最后,所有的先前的其他取值都会被清除。例如,声明 text-decoration: underlin