Question: What is the correct syntax for changing the cursor from an arrow to a pointing hand when it interacts with a named element?

  1. `.element {cursor: pointer;}`
  2. `.element {cursor: hand;}`
  3. `.element {cursor: move-hand;}`
  4. `.element {cursor: pointer-hand;}`

Answer: The correct answer of the above question is Option A:`.element {cursor: pointer;}`