在HTML中怎么去掉超链接(标签 a)的下划线?

在HTML中怎么去掉超链接(标签 a)的下划线?_chelen_jak的博客-CSDN博客  https://blog.csdn.net/chelen_jak/article/details/25962665
<style type="text/css"> a:link,a:visited{ text-decoration:none; /*超链接无下划线*/ } a:hover{ text-decoration:underline; /*鼠标放上去有下划线*/ } </style> <a href="#">超链接</a>
posted @ 2022-08-27 19:32  ingemar,fang  阅读(290)  评论(0)    收藏  举报