<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title>伪类选择器</title>
<style type="text/css">
p{height:30px;}
/*补充代码*/
a {text-decoration: none;
color:orange;
}
a:hover{ text-decoration: none;
font-size:20px;
border:1px solid red}
p.suit a:visited{color:green;}
p.wc a:visited{color:blue;}
p.skin a:visited{color:purple;}
</style>
</head>
<body>
<h2>商品列表</h2>
<p class="suit">
<a href="#a">衣服鞋帽</a>
</p>
<p class="wc">
<a href="#b">厕所清洁</a>
</p>
<p class="skin">
<a href="#c">化妆用品</a>
</p>
</body>
</html>
不好意思,代码没有粘贴上去,现在粘贴上了,麻烦老师重新看一下!非常感谢!
2020-08-24 22:25:07
恭喜解决一个难题,获得1积分~
来为老师/同学的回答评分吧
0 星