How to hide p1 within div

Posted by Kronos on Stack Overflow See other posts from Stack Overflow or by Kronos
Published on 2012-10-01T09:27:41Z Indexed on 2012/10/01 9:37 UTC
Read the original article Hit count: 227

Filed under:

How can I remove only one paragraph (p1) from a div? This is my complete html and css: http://jsfiddle.net/8Q3YH/

I want to remove p1 completely from the below.

<div id="quickSummary">
        <p class="p1"><span>A demonstration of what can be accomplished       visually through <acronym title="Cascading Style Sheets">CSS</acronym>-based design. Select any style sheet from the list to load it into this page.</span></p>
        <p class="p2"><span>Download the sample <a href="zengarden-sample.html" title="This page's source HTML code, not to be modified.">html file</a> and <a href="zengarden-sample.css" title="This page's sample CSS, the file you may modify.">css file</a></span></p>
    </div>

© Stack Overflow or respective owner

Related posts about css