美文网首页
周末作业题

周末作业题

作者: 明日计划 | 来源:发表于2018-06-03 21:49 被阅读0次

第1题

代码:
plate
元素选择器直接选择

第2题

代码:
bento
元素选择器直接选择

第3题

代码:
plate#fancy
交集选择器的运用

第4题

代码:
plate apple
后代元素选择器

第5题

代码:
plate#fancy pickle
交集选择器和后代元素选择器的结合

第6题

代码:
div > apple.small,div > plate apple.small
父代选择器与交集选择器的结合

第7题

代码:
bento orange.small,plate orange.small
后代元素选择器与交集选择器的结合

第8题

代码:
bento orange.small
后代元素选择器

第9题

代码:
plate,bento
元素选择器

第10题

代码:
*
通配选择器

第11题

代码:
plate *
plate orange.small, plate pickle, plate apple
通配选择器或交集选择器

第12题

代码:
plate + apple
后一个兄弟元素选择器

第13题

代码:
div > pickle.small,div > pickle.small + pickle
子代元素选择器,交集选择器,后一个兄弟元素选择器

第14题

代码:
plate:nth-child(2) apple
子元素选择器,后代元素选择器的综合使用

第15题

代码:
plate:nth-of-type(2) :first-child
子元素选择器的嵌套使用

第16题

代码:
plate:first-of-type apple, plate:first-of-type + plate pickle.small
子元素选择器,后代元素选择器,后一个后代元素选择器的综合使用

第17题

代码:
plate#fancy apple.small, pickle.small
交集选择器,后代选择器的联合使用

第18题

代码:
plate:nth-of-type(3)
子元素选择器

第19题

代码:
bento:first-of-type
子元素选择器

第20题

代码:
apple:first-of-type
子元素选择器

第21题

代码:
plate:nth-of-type(even)
子元素选择器

第22题

代码:
plate:nth-of-type(3),plate:nth-of-type(5)
子元素选择器

第23题

代码:
plate:nth-of-type(2) apple.small
子元素选择器,后代元素选择器的综合使用

第24题

代码:
orange.small:nth-of-type(2),apple.small:nth-of-type(2)
orange.small:last-of-type,apple.small:last-of-type
子元素选择器

第25题

代码:
bento:not(bento:nth-of-type(2))
子元素选择器,否定伪类选择器的联合使用

第26题

代码:
plate:nth-of-type(2) apple,div > :nth-child(3)   #方法逻辑合理
plate:nth-of-type(2) apple,div > apple
div > plate:nth-of-type(2) apple,div > apple
子元素选择器,后代元素选择器,子代元素选择器器

结束语

image.png

相关文章

  • 周末作业题

    第1题 第2题 第3题 第4题 第5题 第6题 第7题 第8题 第9题 第10题 第11题 第12题 第13题 第...

  • 2022-03-16前两天日志

    星期一 早晨六时多起床。 第一节上课,讲解周末考试题。 批改学生周末考试题目。做核酸。 下午批改周末作业题目。给高...

  • 2021-11-01日志

    上午第一节讲了周末的作业题,讲得很慢。 上午着重批阅学生的周末的作业,并且打了成绩,学生做的十分应付。 下午批阅了...

  • 【幻灯片作业点评】第15期

    大家周末愉快,欢迎来到我的简书,今天是第15期作业的点评。 (点击查看大图) 本期作业题目: 题目分析: (1)电...

  • 作业(五)

    在讨论作业功能时,常存在与作业题功能相混淆的现象,比如认为作业功能就是作业题功能的叠加,有了好的作业题,自然就会促...

  • 妈妈的话永远务实

    这几天不仅要写视频文案,学习感悟,学习心得,周末的主题分享,还要完成写作班的作业题目。每天都在码字,总在为码不出漂...

  • 1106作业题目

    1.只有作业才能挽救中年夫妻的爱情 2.亲生父亲高铁抚摸女儿引众怒:亲子间最可怕是没界限感。 3.重庆公交坠江真相...

  • 今日作业题。

    有一兄弟战友在单位丢了自己的作训服,起了一卦,得地火明夷变山天大畜,测自己的作训服能否找到,下面为自己帮分析的过程...

  • 今日作业题。

    有一兄弟战友在单位丢了自己的作训服,起了一卦,得地火明夷变山天大畜,测自己的作训服能否找到,下面为自己帮分析...

  • 作业题答案

    作者:酸菜牛肉 文章内容输出来源:拉勾教育大前端高薪训练营课程简答题答案: 描述引用计数...

网友评论

      本文标题:周末作业题

      本文链接:https://www.haomeiwen.com/subject/rewjsftx.html