文本修饰

<style type="text/css">
h1 {text-decoration: overline}
h2 {text-decoration: line-through}
h3 {text-decoration: underline}
h4 {text-decoration:blink}
.a {text-decoration: none}
</style>
 
<h1>上划线</h1>
<h2>删除效果</h2>
<h3>下划线</h3>
<h4>闪烁效果,大部分浏览器已经取消该效果</h4>
<a href="http://how2j.cn/">默认的超链</a>
<a class="a" href="http://how2j.cn/">去掉了下划线的超链</a>

 

上划线

删除效果

下划线

闪烁效果,大部分浏览器已经取消该效果

默认的超链 去掉了下划线的超链

posted @ 2017-05-16 01:28  Rainyn  阅读(196)  评论(0编辑  收藏  举报