<html> <head> </head> <body bgcolor='#000'> <center> <div style='background-color: #fff;position: relative;top:100;width: 600px;' align='left'> <!--START_TEXT_JS--> <script> for(i=0;i<50;i++) { document.write("<b>ТЕКСТ</b><br>"); } </script> <!--END_TEXT_JS--> </div> </center> </body> </html>