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

来源:学生作业帮助网 编辑:作业帮 时间:2024/05/07 17:09:03
style=

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

style="text-decoration:underline;"是什么意思?
text-decoration 是用来规定添加到文本修饰的一种属性.

h1 {text-decoration:overline}
h2 {text-decoration:line-through}
h3 {text-decoration:underline}
h4 {text-decoration:blink}
可能的值
none 默认.定义标准的文本.
underline 定义文本下划线.
overline 定义文本上划线.
line-through 定义穿过文本下的线.
blink 定义闪烁的文本.
inherit 规定应该从父元素继承 text-decoration 属性的值.
所有主流浏览器都支持 text-decoration 属性.
任何的版本的 Internet Explorer (包括 IE8)都不支持属性值 "inherit".
IE、Chrome 或 Safari 不支持 "blink" 属性值.