a标签怎么去下划线以及实现点击前和点击后不变色_XHTML教程-查字典教程网
a标签怎么去下划线以及实现点击前和点击后不变色
a标签怎么去下划线以及实现点击前和点击后不变色
发布时间:2016-12-27 来源:查字典编辑
摘要:a:link{font-size:12px;color:#000000;text-decoration:none;}a:visited{fo...

a:link {

font-size: 12px;

color: #000000;

text-decoration: none;

}

a:visited {

font-size: 12px;

color: #000000;

text-decoration: none;

}

a:hover {

font-size: 12px;

color: #999999;

text-decoration: underline;

}

这样定义样式表就可以实现你的功能了,不会样式表的话,可以把下面的代码加到你的页面中<head></head>标签里:

<style type="text/css">

<>

</style>

相关阅读
推荐文章
猜你喜欢
附近的人在看
推荐阅读
拓展阅读
  • 大家都在看
  • 小编推荐
  • 猜你喜欢
  • 最新XHTML学习
    热门XHTML学习
    网页设计子分类