1) Name the property used to specify the background color of an element.

The background-color property is used to specify the background color of the element. For example:

h2,p{
background-color: #b0d4de;
}

Leave a Reply