Ask Question
21 September, 00:02

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");

+5
Answers (1)
  1. 21 September, 01:38
    0
    The correct anwers is the letter b.)
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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers