textDecoration 属性设置或返回文本的一种或多种装饰。
提示:要为一个元素指定多个装饰类型,请指定以空格分隔的装饰类型列表。
Property | |||||
---|---|---|---|---|---|
textDecoration | Yes | Yes | Yes | Yes | Yes |
返回 textDecoration 属性:
object.style.textDecoration
设置 textDecoration 属性:
object.style.textDecoration = "none|underline|overline|line-through|blink|initial|inherit"
Value | Description |
---|---|
none | Defines a normal text. This is default |
underline | Defines a line under the text |
overline | Defines a line over the text |
line-through | Defines a line through the text |
initial | Sets this property to its default value. Read about initial |
inherit | Inherits this property from its parent element. Read about inherit |
默认值: | 没有任何 |
---|---|
返回值: | 一个字符串,表示添加到文本中的装饰 |
CSS版本 | CSS1 |
CSS教程:CSS 文本
CSS 参考:文本装饰属性
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!