CSS3中,下面哪个选择器用于为父元素中的第一个子元素设置样式。
A、:last-child
B、:first-child
C、:not
D、:nth-child(n)