Syntax error Set the background color of an element with CSS

Set the background color of an element with CSS



To set the background color of an element, use the background-color property.

Example

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

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

385 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements