当前位置:编程学习 > html/css >>

如何去掉网页连接的下划线?

答案:说明:<Body>在标签前加入下面的CSS式样
<style type="text/css"> A:link {text-decoration: none} A:visited {text-decoration: none}A:active {text-decoration: none}A:hover {text-decoration: underline; color: red;}</style>

上一个:怎样在同一页面内控制不同链接的CSS属性?
下一个:如何用html实现浏览器上后退功能?

CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,