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; }
bgcolor.css
.color { background-color:blue; background-image:url(follow.jpg); background-repeat:no-repeat; }
No comments:
Post a Comment