<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>
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.