Question: What is the correct syntax for changing the cursor from an arrow to a pointing hand when it interacts with a named element?
- `.element {cursor: pointer;}`
 - `.element {cursor: hand;}`
 - `.element {cursor: move-hand;}`
 - `.element {cursor: pointer-hand;}`
 
Answer: The correct answer of the above question is Option A:`.element {cursor: pointer;}`