SitePoint
Reference
CSS
Selector Reference
Pseudo-classes
CSS3 Pseudo-classes
:empty
CSS Live Demo: :empty
(this page)
See also:
All Live Demos
CSS Live Demo: :empty
Type your
CSS
here:
(any properties allowed except expression, behavior and @import)
p:empty { border-color:#f00; } p { border:2px solid #00f; min-height:1em; }
Type your
HTML
here:
(any tags allowed except script, iframe, frame, object, img and embed)
<p></p> <p> </p> <p>A smoke machine!</p>
Show me!
Your results appear here: