'background-repeat' Example : background repeat : CSS Attributes and Javascript Style Properties HTML CSS TUTORIALS


HTML CSS TUTORIALS » CSS Attributes and Javascript Style Properties » background repeat »

 

'background-repeat' Example



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

    
      
      



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo CSS Attributes and Javascript Style Properties
» background repeat