属性选择器~
文中说波浪线要有空格隔开,在下面class属性值中我不用空格和空格都可以呀
<!DOCTYPE html>
<html>
<head>
<title></title>
<style type="text/css">
div[class~='important']{
color: red;
}
</style>
</head>
<body>
<div class="important">
<section>one</section>
<section>two</section>
</div>
</body>
</html>
13
收起
正在回答 回答被采纳积分+1
2回答
恭喜解决一个难题,获得1积分~
来为老师/同学的回答评分吧
0 星