3-22 编程练习作业提交
来源:3-22 编程练习
MiMicccc
2020-08-22 16:01:46
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></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>
</html>1回答
同学你好,代码是正确的。继续加油,祝学习愉快!
相似问题