这样写对吗老师
来源:3-23 编程练习
慕侠0038522
2018-05-02 16:25:55
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<style type="text/css">
a:link{color:red;}
a:visited{color:green;}
a:hover{font-size:30px;font-weight:bold;}
a:active{color:orange;}
</style>
</head>
<body>
<a href="https://www.imooc.com/" target="_self" >点击一下</a>
</body>
</html>
1回答
好帮手慕星星
2018-05-02
经测试效果是可以的呢,继续加油~~
相似问题