去掉a标签的下划线

各位:我看了网上说下面这样的代码应该能去掉链接的下划线,在博客园的随笔里面去不掉,
<a href="#" style="text-decoration:none;">去掉下划线</a>

后来,博客园解释说要自定义css,那么下面的代码为什么也去不到,

<style>
wh{
text-decoration: none;
}
</style>
<a class="wh" href="#" style='text-decoration:none;'> 我想去掉下划线</a>

或者
<style>
a{
text-decoration: none;
}
</style>
<a href="#" style='text-decoration:none;'> 我想去掉下划线</a>

有知道的烦请告知,谢谢。


墨色风雨
浏览 648回答 1
1回答

当年话下

试试下面的css代码a.wh:link,&nbsp;a.wh:active,&nbsp;a.wh:visited&nbsp;{ &nbsp;&nbsp;&nbsp;&nbsp;text-decoration:&nbsp;none;}
打开App,查看更多内容
随时随地看视频慕课网APP