1、添加plate元素
2、添加bento元素
3、添加fancy元素
4、后代选择器 在另一个元素中选择一个元素plate apple
5、后代元素选择器 选中指定元素的指定后代元素#fancy pickle
6、类选择器选择具有该类属性的所有元素.smmal
7、bento .small,plate .small/可以选中同时满足多个选择器的元素orange.small,orange.small
8、后代元素选择器 bento orange.small
9、并集选择器 plate,bento
10、apple,plate,orange,bento 并集选择器
11、 plate * 通配选择器
12、
13、
14、plate > apple 子元素选择器
15、orange:first-child 子元素选择器
16、apple,pickle:first-child 并集选择器
17、apple,pickle 并集选择器
18、plate:nth-child(3) 子元素选择器
网友评论