在html的css中,在html中,通过( )可以实现鼠标悬停在超链接上时,为无下划线的效果( )
a{text-decoration:underline}
a{text-decoration:none}
a:hover{text-decoration:none}
a:link{text-decoration:underline}
在html的css中,在html中,通过( )可以实现鼠标悬停在超链接上时,为无下划线的效果( )
a{text-decoration:underline}
a{text-decoration:none}
a:hover{text-decoration:none}
a:link{text-decoration:underline}