Friday, October 17, 2014

Write A program to Use Of Background properties.

Write A program to Use Of Background properties. Code : background-property.html <html> <head> <title>background properties</title> <link rel ="stylesheet" type ="text/css" href ="bgcolor.css"> </head> <body class ="color"> this is background properties </body> </html>
bgcolor.css
.color { background-color:blue; background-image:url(follow.jpg); background-repeat:no-repeat; }

No comments: