Sail E0 Webinar
Question
What is the correct jQuery code to set the background color of all p elements to red?
Options:
A .  $("p").manipulate("background-color","red");
B .  $("p").style("background-color","red");
C .  $("p").layout("background-color","red");
D .  $("p").css("background-color","red");
Answer: Option D

Submit Your Solution Below and Earn Points !
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers