餐厅练习题

  1. plate 元素选择器
  2. bento 元素选择器
  3. #fancy ID选择器
  4. plate apple 后代元素选择器
  5. #fancy pickle 复合选择器
  6. .small 类选择器
  7. bento .small,plate .small并集选择器
  8. bento orange 后代元素选择器
  9. plate,bento,plate 并集选择器
  10. * 通配选择器
  11. plate * 后代元素选择器 (plate中的所有元素)
  12. plate + apple 兄弟元素选择器
  13. bento~pickle 兄弟元素选择器(bento后面所有的pickle)
  14. plate > apple 子元素选择器
  15. orange:first-child 子元素选择器
  16. :only-child 子元素选择器(只有一个子元素的)
  17. .small:last-child 子元素选择器
  18. plate:nth-child(3) 子元素选择器
  19. :nth-last-child(4)子元素选择器
  20. apple:first-of-type 子元素选择器
  21. plate:nth-of-type(even) 子元素选择器
  22. plate:nth-of-type(2n+3)子元素选择器
  23. apple:only-of-type 子元素选择器
  24. .small:nth-child(even) 子元素选择器
  25. bento:empty 子元素选择器(子元素为空)
  26. apple:not(.small) not选择器
最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容

  • 1-----plate 元素选择器2-----bento 元素选择器3-----#fancy ID选择器4----...
    HDhandi阅读 5,754评论 0 0
  • 作业答案:1.plate 元素选择器2.bento 元素选择器3.#fancy id选择器4.plate appl...
    精彩i人生阅读 3,199评论 0 0
  • css样式分为内部样式表:CSS样式编写到head中的style标签里,通过CSS选择器选定指定元素,可以同时为这...
    忆往昔04551阅读 1,397评论 0 0
  • 餐厅游戏答案:1·plate 2·bento 3·#fancy 4·apple:first-child() 5·#...
    卝婯阅读 1,742评论 0 0
  • 狮子生来就是独处的,不需要跟各种动物混成一片 动物们敬畏就好。 狗生来就会摇尾巴,跟每个动物都是朋友 也只是朋友。...
    鲸落惜阅读 994评论 0 0