At page Load div should hide Text but it is not hiding
<div id="div1" style="width: 1px; height: 1px;">
Hello.................................<br />
Hello.................................<br />
Hello.................................<br />
.......
</div>
Add
overflow:autoto thediv:The overflow declaration tells the browser what to do with content that doesn’t fit in a box.
More information here: http://www.quirksmode.org/css/overflow.html