跳到内容(1) Cob.com.cn

CodeCoke

CSS2.0中文手册·text-decoration

您的位置:首页>>教程>>CSS2.0中文手册>>text-decoration

text-decoration

text-decoration:CSS1  兼容性:IE4+ NS4+ 继承性:无

语法:

参数:

  1. none :  无装饰
  2. blink :  闪烁
  3. underline :  下划线
  4. line-through :  贯穿线
  5. overline :  上划线

说明:

示例:

div { text-decoration : underline; }

div { text-decoration : underline overline; }

效果

请您用下面的按钮选择这段文字的text-decoration属性的值。看一看会发生什么,然后您就会明白这个属性的意义。希望您喜欢CobStudio,谢谢。