".first,#second span{color:green;}"和p1,span{color:green} 结果一样 用第二种 不能 通过?
应该是前文出现过class和id,所以设置span时要用到.first和#second
p1改为h1
p1是什么标签,写错了吧,h1吧。