【求教】这样子写是不是两段都变绿了?
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>!important</title>
<style type="text/css">
p{color:red;}
.first#second{color:green;}
</style>
</head>
还有就是如果多个选择器使用同一个样式可以写成.first#second{color:green;}这样吗,还是要在每个选择器中间用逗号隔开??