css text-decoration文字划线使用方法


语法:

text-decoration : none || underline || blink || overline || line-through

参数:

none : 无装饰
blink : 闪烁
underline : 下划线
line-through : 贯穿线
overline : 上划线

说明:

检索或设置对象中的文本的装饰。
有href特性的a,以及u,ins对象默认值为underline
对象strike,s,del,默认值是line-through
没有文本的对象此属性不会作用。
对应的脚本特性为textDecoration。请参阅我编写的其他书目。

示例:

div { text-decoration : underline; }
div { text-decoration : underline overline; }

分类CSS字体Foot相关推荐:

css 字体 Font属性 css font字体使用方法 css color颜色使用方法 css font-family使用方法 css font-size字体大小使用 css font-size-adjust使用方法 css font-stretch使用方法 css font-style使用方法 css font-weight字号使用方法 css text-decoration文字划线使用方法 css text-underline-position使用方法 css text-shadow文字阴影使用方法 css font-variant设置或检索对象中的文本是否为小型的大写字母 css text-transform检索或设置对象中的文本的大小写 css line-height文字行高使用 css letter-spacing设置文字间隔 css word-spacing单词之间的空格