css第一个孩子测试2

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css第一个孩子测试2相关的知识,希望对你有一定的参考价值。

Refer to [This snipplr](http://snipplr.com/view/13653/css-firstchild-test/), added head and body section, even Firefox won't match first-child
  1. <style type="text/css">
  2. p:first-child { color:blue; }
  3. <div>
  4. <script>function dummy(){}</script>
  5. <p>I am a strong man.</p>
  6. <p>I am a strong man.</p>
  7. </div>
  8. </body>
  9. </html>

以上是关于css第一个孩子测试2的主要内容,如果未能解决你的问题,请参考以下文章

使用 Sahi 驱动程序使 CSS 选择器(第一个孩子)在 Behat 3 中工作

具有类的孩子的第一个实例的CSS选择器? [复制]

如何使用 CSS 获得特定数字的孩子?

无法在css中选择第一个孩子

“ScrollView 只能承载 1 个孩子”在 2 个片段中只有 1 个孩子?

CSS第n个孩子元素写法