SitePoint
Reference
CSS
Selector Reference
Pseudo-classes
CSS3 Pseudo-classes
:only-of-type
CSS Live Demo: :only-of-type
(this page)
See also:
All Live Demos
CSS Live Demo: :only-of-type
Type your
CSS
here:
(any properties allowed except expression, behavior and @import)
p>strong:only-of-type { font-style:italic; color:#0c0; }
Type your
HTML
here:
(any tags allowed except script, iframe, frame, object, img and embed)
<p>Two things must ye know of the <strong>wise woman</strong>...</p> <p>First, she is <strong>wise</strong>; and second, she is a <strong>woman</strong>.</p>
Show me!
Your results appear here: