text-decoration的简单介绍

http://www.itjxue.com  2023-01-30 09:41  来源:未知  点击次数: 

style="text-decoration:underline;"是什么意思?

style="text-decoration:underline;" 就是设置文字修饰方式为下划线。

style="text-decoration:除了underline还可以有以下取值:

1、none: 默认值。无装饰

2、blink: 闪烁

3、line-through: 贯穿线

4、overline: 上划线

扩展资料:

text-decoration检索或设置对象中的文本的装饰规则:

有href特性的a,以及u,ins对象默认值为underline。对象strike,s,del,默认值是line-through。

假如none值在属性声明的最后,所有的先前的其他取值都会被清除。例如,声明text-decoration:underline overline blink none等于声明text-decoration:none。假如对象没有文本(如img元素)或者是空元素(如:),此属性不会发生作用。

假如你设置body对象的此属性值为none,a对象将依然保持其原有的下划线样式。除非你针对a对象声明此属性值。指定块对象的此属性将影响其所有内联子对象。而此影响一旦发生,块对象容器最终会受到影响。

在IE4+中可用的值为overline和blink。虽然blink值被提供,但它不会被作用。此属性对于currentStyle对象而言是只读的。对于其他对象而言是可读写的。对应的脚本特性为textDecoration。

示例:div{text-decoration:underline;};div{text-decoration:underlineoverline;}。

参考资料来源:百度百科-text-decoration

text-decoration是什么意思

text-decoration在html语言中表示属性规定添加到文本的修饰(例如加下划线)。修饰的颜色由 "color" 属性设置。

text-decoration:none什么意思

text-decoration: none删除下划线

在CSS中,使用text-decoration属性来定义段落文本的下划线、删除线和顶划线。none即为默认值,可以用这个属性值也可以去掉已经有下划线或删除线或顶划线的样式?

text-decoration是三个属性的缩写:text-decoration-line,text-decoration-color,text-decoration-style

1、text-decoration-line

定义:用来规定文本修饰要使用的线条类型。

取值:none,underline,line-through(规定文本中间将显示一条线)等等。

2、text-decoration-color

定义:用来规定文本修饰(下划线 underline、上划线 overline、中划线 line-through)的颜色。

取值:所有颜色表示法。

3、text-decoration-style

定义:用来规定线条如何显示。

取值:solid和double和dotted和dashed等等。

扩展资料

常用的CSS文本属性:

1、font-size ?字体大小

2、color ???????字体颜色

3、line-height ???行高

4、text-decoration ??文本修饰(如下划线)

5、text-indent 文本缩进

6、background-color ??背景颜色

text-decoration是用来干什么的?它是什么意思。

文本修饰语法:text-decoration:允许值:none|[underline||overline||line-through||blink]初始值:none适用于:所有元素向下兼容:否文本修饰属性允许通过五个属性中的一个来修饰文本:underline(下划线),overline(上划线),line-through(删除线),blink(闪烁),或缺省地使用无。

例如,使用下列语句可以使连接不再有下划线:A:link,A:visited,A:active{text-d }。

(责任编辑:IT教学网)

更多

推荐微信营销文章