Sobes.tech
Intern

Which property is used to set the background color?

sobes.tech AI

Answer from AI

CSS property background-color.

Example of usage:

/* Sets a light blue background for the body element */
body {
  background-color: lightblue;
}
Which property is used to set the background color… - sobes.tech