老师 我想请问下为什么我的访问完变不了绿色
来源:2-18 编程练习
慕仙0240544
2022-05-31 09:08:23
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
a:link {
color: red;
}
a:visited {
color: green;
}
a:hover {
font-size: 30px;
}
a:active {
color: orange;
}
</style>
</head>
<body>
<a href="http://www.imooc.com" target="_blank">"点击一下"</a>
</body>
1回答
好帮手慕星星
2022-05-31
同学你好,chrome浏览器测试代码没问题,访问后字体可以变为绿色
建议重新测试下,祝学习愉快!
相似问题