text-decoration-line

CSS3

text-decoration-line

  • 版本:CSS3
  • 继承性:无

语法:

text-decoration-line:none | [ underline || overline || line-through ]

默认值none

取值:

none:
指定文字无装饰
underline:
指定文字的装饰是下划线
overline:
指定文字的装饰是上划线
line-through:
指定文字的装饰是贯穿线

说明:

检索或设置对象中的文本装饰线条的位置。
  • text-decoration-line的作用类同于CSS1时的text-decoration
  • 对应的脚本特性为textDecorationLine

兼容性:

  • = 支持
  • = 不支持
  • = 部分支持
  • = 实验性质
支持版本\类型
版本 6.0-9.0 4.0-9.0 5.1 13.0-16.0 11.50-11.60

示例: