21
What is the correct jQuery code to set the background color of all p elements to red?
Answer: $("p").css("background-color","red");
Answer: $("p").css("background-color","red");
Article and Schedule Quiz | Start Test! |
Answer: To use jQuery, you must buy the jQuery library at www.jquery.com
Answer: switchClass()
Answer: JavaScript that is separate from HTML
Answer: All of the above
Answer: document.write("Hello World")