8. What is the correct jQuery code to set the background color of all p elements to red?
A.) $ ("p"). manipulate ("background-color","red");
B.) $ ("p"). layout ("background-color","red");
C.) $ ("p"). css ("background-color","red");
D.) $ ("p"). style ("background-color","red");
+3
Answers (1)
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “8. What is the correct jQuery code to set the background color of all p elements to red? A.) $ ("p"). manipulate ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Home » Computers & Technology » 8. What is the correct jQuery code to set the background color of all p elements to red? A.) $ ("p"). manipulate ("background-color","red"); B.) $ ("p"). layout ("background-color","red"); C.) $ ("p"). css ("background-color","red"); D.) $ ("p").