html去掉a标签下划线a{text-decoration: none}这个是设置a标签的默认状态去除下划线a:visited{text-decoration: none}这个是设置a标签的访问过后的状态去除下划线a:hover {text-decorat2023-03-04html-css180