Is there any possible way to apply more than CSS to a control through a single line of code.In below example i could i apply only one property
$('#<%=lblMessage.ClientID%>').css("color", "#16428b");
Suppose if i would like to apply font or background.. how it is possible
-Thanks