Solved

John Has Created an Object Called Pines

Question 15

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions