<html>
<head>
<style type="text/css">
a:visited {
color: #00CCFF;
text-decoration: none;
}
a:hover {
color: #CC0000;
cursor: nw-resize;
}
</style>
</head><body>
<a href="#" class="style1">asdfadfasdf
</a></body>
</html>
<head>
<style type="text/css">
a:visited {
color: #00CCFF;
text-decoration: none;
}
a:hover {
color: #CC0000;
cursor: nw-resize;
}
</style>
</head><body>
<a href="#" class="style1">asdfadfasdf
</a></body>
</html>
此博客展示了一段HTML代码,包含了对链接样式的设置。通过CSS代码设置了链接访问后的颜色和去除下划线,以及鼠标悬停时的颜色和光标样式,还在HTML中使用了类名。
2428

被折叠的 条评论
为什么被折叠?



