如何去掉超链接的下划线?

<style>
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:active {text-decoration: none;}
a:hover {text-decoration: none;}
</style>
<a href="#">如何去掉超链接的下划线</a>

posted @ 2013-12-04 16:46  网络耗子  阅读(334)  评论(0编辑  收藏  举报