<html>
<head>
<style>
body{
background:green;
}
.para{
background:red;
}
</style>
</head>
<body>
<p class="para">This paragraph has red background color</p>
<body>
</html>
The output is given below:
Showing posts with label CSS - Class. Show all posts
Showing posts with label CSS - Class. Show all posts