设置不同类型的文本装饰线:
div.a {
text-decoration-line: overline;
}
div.b {
text-decoration-line: underline;
}
div.c {
text-decoration-line: line-through;
}
div.d {
text-decoration-line: overline underline;
}
亲自试一试 »
这个text-decoration-line
属性设置要使用的文本修饰类型(如下划线、上划线、穿线)。
提示:另请参阅文字修饰property,它是 text-decoration-line、text-decoration-style、text-decoration-color 和 text-decoration-thickness 的简写属性。
笔记:您还可以组合多个值,例如下划线和overline 在文本下方和上方显示线条。
表中的数字指定完全支持该属性的第一个浏览器版本。
后跟 -moz- 或 -webkit- 的数字指定使用前缀的第一个版本。
Property | |||||
---|---|---|---|---|---|
text-decoration-line | 57.0 | 79.0 | 36.0 6.0 -moz- |
12.1 7.1 -webkit- |
44.0 |
text-decoration-line: none|underline|overline|line-through|initial|inherit;
Value | Description | Play it |
---|---|---|
none | Default value. Specifies no line for the text-decoration | Demo ❯ |
underline | Specifies that a line will be displayed under the text | Demo ❯ |
overline | Specifies that a line will be displayed over the text | Demo ❯ |
line-through | Specifies that a line will be displayed through the text | Demo ❯ |
initial | Sets this property to its default value. Read about initial | |
inherit | Inherits this property from its parent element. Read about inherit |
CSS教程:CSS 文本装饰
HTML DOM 参考:textDecorationLine 属性
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!