单项选择题

如何为所有的<h1>元素添加背景颜色?()

A.h1.all {background-color:#FFFFFF}
B.h1 {background-color:#FFFFFF}
C.all.h1 {background-color:#FFFFFF}