ThinkChat🤖让你学习和工作更高效,注册即送10W Token,即刻开启你的AI之旅 广告
| [DHTMLET®](http://www.dhtmlet.com) | [属性清单 ](#)| 相关内容:SEE ALSO------------------------------------------  font  color  font-style  text-underline-position  text-shadow  font-stretch  font-weight------------------------------------------  :first-letter  :first-line | |-----|-----| text-decoration版本:CSS1  兼容性:IE4+ NS4+ 继承性:无   语法:   **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; }   请您用下面的按钮选择这段文字的text-decoration属性的值。看一看会发生什么,然后您就会明白这个属性的意义。希望您喜欢这本电子书。谢谢。  text-decoration : nonetext-decoration : underlinetext-decoration : line-throughtext-decoration : overlinetext-decoration : blink       苏沈小雨制作・保留所有权利 &copy2001 rain1977.comer . All rights reserved . Terms of Use .