CSS <a></a>标签去除下划线样式

 

css:

/* 清除a标签下划线样式 */
a,a:link,a:hover,a:visited,a:active{
    text-decoration: none;
}

 

posted @ 2020-12-08 23:43  ZengZG  Views(301)  Comments(0Edit  收藏  举报