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 ("color de fondo", "rojo");
B .  $ ("p"). style ("color de fondo", "rojo");
C .  $ ("p"). css ("color de fondo", "rojo");
D .  $ ("p"). layout ("color de fondo", "rojo");
Answer: Option C

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