作者:mobiledu2502853623 | 来源:互联网 | 2020-09-05 18:57
text-decoration属性规定添加到文本的修饰,这个属性允许对文本设置某种效果,如加下划线。如果后代元素没有自己的装饰,祖先元素上设置的装饰会“延伸”到后代元素中。不要求用户代理支持blink。
实例:
设置h1,h2,h3和h4元素文本装饰
h1 {text-decoration:overline}
h2 {text-decoration:line-through}
h3 {text-decoration:underline}
属性值
以上就是css text-decoration属性怎么用的详细内容,更多请关注 第一PHP社区 其它相关文章!