Search This Blog

CSS Foreground Color Example

CSS Foreground Color Example :
<!DOCTYPE html>
<html>
<head>
<title> kod4u </title>
<style type="text/css">
body {
background-color: lightgreen;
color: blue;
}
</style>
</head>
<body>
<h1> Foreground Color Example </h1>
<p> Here we give Body Background Color of web page and Text color also. </p>
</body>
</html>
OUTPUT
CSS Foreground Color Example

No comments:

Post a Comment