样式 textDecoration 属性
描述
textDecoration 属性设置或返回文本的一种或多种装饰。
提示:要为元素指定多个装饰类型,请指定以空格分隔的装饰类型列表。
浏览器支持
属性 | |||||
---|---|---|---|---|---|
textDecoration | 是 | 是 | 是 | 是 | 是 |
语法
返回 textDecoration 属性
object.style.textDecoration
设置 textDecoration 属性
object.style.textDecoration = "none|underline|overline|line-through|blink|initial|inherit"
属性值
值 | 描述 |
---|---|
none | 定义普通文本。这是默认值 |
underline | 定义文本下方的线条 |
overline | 定义文本上方的线条 |
line-through | 定义贯穿文本的线条 |
initial | 将此属性设置为其默认值。 阅读有关initial |
inherit | 从其父元素继承此属性。 阅读有关inherit |
技术细节
默认值 | none |
---|---|
返回值 | 一个字符串,表示添加到文本的装饰 |
CSS 版本 | CSS1 |
更多示例
相关页面
CSS 教程: CSS 文本
CSS 参考: text-decoration 属性