Click to reveal a new div
<div id="box1">abc</div>
<div id="box2" style="display:none;">awklnnbc</div>
<div id="box3" style="display:none;">wgweilwe</div>
<div id="box4" style="display:none;">vwfweifu</div>
<div id="box5" style="display:none;">xvwervwe</div>
<div id="box6" style="display:none;">gwevw</div>
<button>Show Another Div</button>
After clicking "show another div"... (repeat code here)
A new div will appear with each click.
I hope you understand the concept now.
Only box1 is visible at first, the rest are hidden. Each div has different content. If someone clicks "Show Another Div," a new div will be shown. Is this possible?