单项选择题

以下的CSS中,可使所有<p>元素变为粗体的正确语法是?()

A.<p style="font-size:bold">
B.<p style="text-size:bold">
C.p {font-weight:bold}
D.p {text-size:bold}