SitePoint
Reference
CSS
Selector Reference
Element Type Selector
CSS Live Demo: Element Type Selector
(this page)
See also:
All Live Demos
CSS Live Demo: Element Type Selector
Type your
CSS
here:
(any properties allowed except expression, behavior and @import)
ol { border:2px solid red; }
Type your
HTML
here:
(any tags allowed except script, iframe, frame, object, img and embed)
<p class="intro">He walked slowly across a green field, towards a pale blue transit van that was his home.</p> <p>From the shadows before him, a feeling. Then a glow. Then a face. Finally a voice:</p> <ol> <li><q>Are you of the light, or are you of the darkness?</q></li> <li><q>Don't ask that question</q></li> <li><q><strong>Always</strong> ask that question!</q></li> <li><q>I don't know the answer</q></li> <li><q>Then seek and you will find.</q></li> <li><q>But I thought that's what I was doing ..... isn't that what I'm doing?</q></li> </ol> <p>And the glow became a candle — a gift:</p> <ol> <li><q>Child of the light</q></li> </ol>
Show me!
Your results appear here: