Quizlearn
.app
What is the correct syntax for setting the background color of an element using CSS?
background: color blue;
background-color blue;
color: background blue;
background-color: blue;
Full-Stack Web Development Exercises are loading ...