用html5去除链接下划线
1、新建一个txt格式的文本文件

3、用editplus打开文件

5、在标题下方加入如下代码实现链接下方下划线取消<style>a:link {text-decoration: none;color:red;}a:vis足毂忍珩ited {color:green;text-decoration:none;}a:hover {color:blue;text-decoration:underline;}a:active {color:orange;text-decoration:blink;}</style>a:link 指正常的未被访问过的链接;a:active 指正在点的链接;a:hover 指鼠标在链接上;a:visited 指已经访问过的链接;text-decoration是文字修饰效果的意思;none参数表示超链接文字不显示下划线;underline参数表示超链接的文字有下划线希望大家可以修改相关进行尝试!

声明:本网站引用、摘录或转载内容仅供网站访问者交流或参考,不代表本站立场,如存在版权或非法内容,请联系站长删除,联系邮箱:site.kefu@qq.com。
阅读量:89
阅读量:64
阅读量:72
阅读量:45
阅读量:21