CSS 标签去除下划线样式

ZZG-GANGAN

 

css:

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

 

分类:

技术点:

相关文章: