为什么第一段不采取这种风格p:第一个孩子
#content p:first-child {color:#4C4C4C; font-size:1.2em; font-weight:bold; line-height:1.8; margin-bottom:0.5em;} <div id="content"> <h1>Welcome</h1> <p>first paragraph</p> <p>second paragraph</p> <p>third paragraph</p> </div>
如何从css中选择第一段?