Search This Blog

CSS Background Image Example

CSS Background Image Example :
<!DOCTYPE html>
<html>
<head>
<title> kod4u </title>
<style type="text/css">
body {
background-image: url("img/css.jpg");
font-size: 20px;
}
</style>
</head>
<body>
<h1> Background Image Example </h1>
<p> Background Image property can set background image in web page. </p>
</body>
</html>
OUTPUT
CSS Background Image Example

No comments:

Post a Comment