'background-repeat' Example
<head> <style> #myL {background-color:#EEEEEE; background-image:url("http://www.java2s.com/style/logo.png"); height:500; background-repeat:repeat; } </style> </head> <body> <div id="myL" style="width:500"></div> </body> </html>