<div>Both divs below are hidden</div>
<div hidden>With the attribute "hidden"</div>
<div id="elem">JavaScript assigned the property "hidden"</div>
<script>
elem.hidden = true;
</script>
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.