The background-color property is used to specify the background color of the element. For example:
<style>
h2,p{
background-color: #b0d4de;
}
</style>
The background-color property is used to specify the background color of the element. For example:
<style>
h2,p{
background-color: #b0d4de;
}
</style>