实现网页中不同的超级链接代码

合集下载
相关主题
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
<p class=kk><a href="#">不因为没有最好的回报就不付出,</a></p>
<p class=aa><a href="#">不因为没有完美的结果就不开始,</a></p>
<p class=bb><a href="#">不因为不能帮助所有人就拒绝帮助任何人。</a></p>
</body>
}
.kk a:hover {
color:#66FF00;
text-decoration: underline;
}
.aa a:link {
color: #0099FF;
text-decoration: none;
}
.aa a:visited {
color: #0099FF;
text-decoration: none;
<title>无标题文档—实现网页间的不同超链接</title>
<style type="text/css">
<!--
.ant a:link {
color: #0099FF;
text-decoration: none;
}
.ant a:visited {
color: #0099FF;
text-decoration: none;
}
.bb a:hover {
color:#CC00FF;
text-decoration: underline;
}
-->
</style>
</head>
<body>
<p class=ant><a href="#">敏华</a></p>
<p class=cat><a href="#">早上好</a></p>
}
.cat a:hover {
color:#CC00FF;
text-decoration: underline;
}
.kk a:link {
color: #0099FF;
text-decoration: none;
}
.kk a:visited {
color: #0099FF;
text-decoration: none;
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
}
.ant a:hover {
color: #FF0000;
text-decoration: underline;
}
.cat a:link {
color: #0099FF;
text-decoration: none;
}
.cat a:visited {
color: #0099FF;
text-decoration: none;
}
.aa a:hover {
color:#330000;
text-decoration: underl源自文库ne;
}
.bb a:link {
color: #0099FF;
text-decoration: none;
}
.bb a:visited {
color: #0099FF;
text-decoration: none;
</html>
相关文档
最新文档