<h2>Visibility hidden</h2>
<div id="parent" style="visibility:hidden;">
    <p>This is the parent area</p>
    <div id="child" style="visibility:visible;">
        <p>I am the child</p>
    </div>
</div>

<h2>Display none</h2>
<div id="parent" style="display: none;">
    <p>This is the parent area</p>
    <div id="child" style="display: bloc;">
        <p>I am the child</p>
    </div>
</div>
Run Pen

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.