Search This Blog

CSS Background Color Example

CSS Background Color Example :
<!DOCTYPE html>
<html>
<head>
<title> kod4u </title>
<style type="text/css">
body {
background-color: orange;
}
</style>
</head>
<body>
<h1> Background Color Example </h1>
<p> Here we give Body Background Color of web page. </p>
<p> Background Color property can set Background Color of html elements. </p>
</body>
</html>
OUTPUT
CSS Background Color Example

No comments:

Post a Comment