来源:自学PHP网 时间:2018-02-08 10:48 作者: 阅读:次
[导读] CSS text-decoration 属性用于设置文本的装饰线(下划线、上划线和删除线),或移除已有的文本装饰线。...
CSS text-decoration 属性用于设置文本的装饰线(下划线、上划线和删除线),或移除已有的文本装饰线。 在CSS3中,
下面是几种文本装饰线的效果:
装饰线中有一个取值 值
<p>This text has <em>some emphasized words</em> in it.</p> 如果为 p { text-decoration: underline } 则会对整段文字添加下划线效果。如果后面再为 em { text-decoration: overline } 官方语法text-decoration: none | overline | line-through | underline | blink 新的CSS3语法如下: text-decoration: <text-decoration> || <text-decoration-style> || <text-decoration-color> 参数:
应用范围
示例代码text-decoration: none; text-decoration: underline red; text-decoration: underline wavy red; text-decoration: inherit; 为一段文本添加下划线效果。 p.underlined { text-decoration: underline; } 在线演示下面的例子演示了各种装饰线的效果。 这是下划线效果。 这是上划线效果。 这是删除线效果。 同时带有上划线和下划线的效果。 浏览器支持所有现代浏览器都支持 各个具体的装饰线属性目前只有Firefox 6+浏览器才支持。 |
自学PHP网专注网站建设学习,PHP程序学习,平面设计学习,以及操作系统学习
京ICP备14009008号-1@版权所有www.zixuephp.com
网站声明:本站所有视频,教程都由网友上传,站长收集和分享给大家学习使用,如由牵扯版权问题请联系站长邮箱904561283@qq.com