CSS 文本下划线 text-decoration

 

定义和用法

text-decoration 属性规定添加到文本的修饰。

可能的值

描述
none 默认。定义标准的文本。
underline 定义文本下的一条线。
overline 定义文本上的一条线。
line-through 定义穿过文本下的一条线。
blink 定义闪烁的文本。
inherit 规定应该从父元素继承 text-decoration 属性的值。

 

posted @ 2014-03-26 12:51  cloudshadow  阅读(724)  评论(0)    收藏  举报