You are supposed to leave the headers, ex:
HTML Code:
<h3 id="bobcontent1-title" class="handcursor">What is JavaScript?</h3>
for each content division, ex:
HTML Code:
<div id="bobcontent1" class="switchgroup1">
JavaScript is a scripting language originally developed by Netscape to add interactivity
and power to web documents. It is purely client side, and runs completely on the client's browser and computer.
</div>
outside of the content division. That way, even when everything is contracted, the page is not blank.
Bookmarks