HTML Help text disappears when Div is closed!?

<div style="color:#FFFFFF">
<h3>This is a Header</h3>
<p>This is a paragraph</p>
</div>


the text disappears when i close the box, however it remains visible before i place the </div>

any suggestions?
 
Back
Top