Usage of background-color property in CSS

The background-color property is used to set the background color of an element.

Example

You can try to run the following code to learn how to work with the background-color property:

<html>
   <head>
   </head>
   <body>
      <p style = "background-color:blue;">
      This text has a blue background color.</p>
   </body>
<html>
Updated on: 2020-01-30T09:20:25+05:30

132 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements