To add a background color for all
elements, which of the following HTML, syntax is used
How do you add a background color for all <h1> elements?
h1 {background-color: # FFFFFF}
{background-color: # FFFFFF} . h1
{background-color: # FFFFFF} . h1(all)
h1 . all {bgcolor = #FFFFFF}