Multiple Choice
John has created an object called Pines. He wants to change the cursor type to the pointer cursor. Which of the following syntaxes must John use to accomplish this?
A) document.getElementById("Pines") .style.cursor = "pointer";
B) document.queryselector("Pines") .cursor.style = "pointer";
C) document.queryselector("Pines") .style = "pointer";
D) document.getElementById ("Pines") .cursor = "pointer";
Correct Answer:

Verified
Correct Answer:
Verified
Q10: The event property evt.key returns the text
Q11: William wants to create a dialog box
Q12: Discuss the challenges and features of anonymous
Q13: Identify the syntax to add an event
Q14: Identify a true statement about a function
Q16: Which of the following statements is true
Q17: Which of the following mouse buttons is
Q18: Which of the following mouse event object
Q19: JavaScript does not support hyphens in property
Q20: Which of the following is the syntax