CSS3 :only-of-type 选择器

实例

个 p 元素:

p:only-of-type
{
background:#ff0000;
}

:only-of-type 了 IE8 本。

:only-of-type 元素。