当标记内嵌套标记时,就可以使用后代选择器对其中的标记进行控制,下列写法正确是()。A、strong p{color:red;}B、p strong{color:red;}C、strong,p{color:red;}D、p.strong{color:red;}