JavaScript refuses to toggle one div inside another div
Hello!
I tried to use div, p, span, etc., but it did not work, because two divs have conflicts with each other. For example:
<h1>Original</h1>
<div class="container3">
<div id="demo1"></div>
</div>
<h1>Telinkrin</h1>
<di...