<button id="toggle">TOGGLE</button>
<div id="content">This is the toggled content, which can appear, or not appear, as needed...</div>
<div class="other-content">
This is some other content, which appears below the toggled content, allowing the toggled content to play nicely with anything else!
</div>