Which of the following is the CSS property used to set the background color?

a. bgcolor
b. background-color
c. color
d. none of the above


b. background-color

Computer Science & Information Technology

You might also like to view...

If you have the two functions as shown,

int someFunction(int value); float someFunction(float value); and a variable x, which is a double, which function is called by the following statement? cout << someFunction(x); a. void someFunction(int value); b. void someFunction(float value); c. Nothing, it is a syntax error d. both functions are called

Computer Science & Information Technology

In array items, which expression below accesses the value at row 3 and column 4?

a. items[3].[4] b. items[3[4]] c. items[3][4] d. items[3, 4]

Computer Science & Information Technology

The Microsoft ________ is a cloud computing platform offering a variety of features and services to individuals and businesses

A) Outlook Live B) OneDrive C) Silverlight D) Azure Marketplace

Computer Science & Information Technology

To control systems such as heating and cooling in your home, ____ is used.?

A. ?near field communication B. ?radio frequency identification C. ?home automation D. ?energy efficient

Computer Science & Information Technology