2019-05-27前端选择餐厅答案

1、plate  元素选择器

2、bento 元素选择器

3、#fancy id选择器

4、plate apple 复合选择器

5、#fancy pickle 复合选择器

6、.small 类选择器

7、orange.small 复合选择器

8、bento orange 后代选择器

9、plate,bento 群组选择器

10、* 通用选择器

11、plate>* 子元素选择器

12、plate+.small,plate+apple  兄弟选择器

13、bento~pickle 兄弟选择器

14、plate>apple 子元素选择器

15、plate>:first-child 其他子元素选择器

16、plate>:only-child 其他子元素选择器

17、plate#fancy>apple.small,pickle.small 其他子元素选择器

18、:nth-of-type(3) 其他子元素选择器

19、:nth-last-child(4) 其他子元素选择器

20,apple:firth-of-type 其他子元素选择器

21,:nth-of-type(even)其他子元素选择器

22,:nth-of-type(2n+3)其他子元素选择器

23,apple:only-of-type其他子元素选择器

24,orange:last-of-type,apple:last-of-type其他子元素选择器

25,bento:empty empty选择器

26、apple:not(.small) 否定伪类

©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容