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






'background-repeat' Example

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

    
      
      








Related examples in the same category

1.'background-repeat' Syntax and Note
2.'background-repeat' Possible Values
3.'background-repeat' is applied to