两个并列的选择器用逗号分隔 一个选择器中的父子关系用空格分隔 div.blue {color:blue;} 以上规则的结果为:“所有class属性值为blue的div元素显示为蓝色字体”。 #header.callout{ } #header .callout{ } 第一个表示ID为header的同时类名为callout的选择器, 第二个表示ID为header下子节点中含有类名为callout的选择器