first-child、last-child误解

MDN解释兄弟元素中的第一个元素

然后今天写的时候这样想出现了问题

first-child、last-child误解

first-child、last-child误解

并没有加上边框

W3C解释
first-child、last-child误解

尝试去掉h3,发现span加上了边框

E:first-child含义

父元素中第一个元素且第一个元素是E才是所谓的first-child,
last-child也类似

相关文章:

  • 2021-06-11
  • 2021-12-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-06-25
  • 2021-10-07
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-12
  • 2022-12-23
相关资源
相似解决方案