在html中有N个超链接,我想要其中的一个超链接没有下划线,我赋予这个超链接一个类选择器class="s1" 在css中要怎么弄才可以去掉这个超链接的下划线呢
.s1{text-decoration: none;}
s1{text-decoration: none;}