单项选择题

A.$("p").css("color","red");
B.$("p").css("width,height","100px,200px");
C.$("p").addClass("hightLight");
D.$("p").attr("class","hightLight");