html <a>去掉下划线

//所有情况都没有下划线

a { text-decoration: none;}

//在正常显示下没有,但访问后会出现

a:link{ text-decoration: none;}