LinkedIn CSS Skill Assessment Quiz Answers

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

Latest Update on 23rd March, 2022 by Certification Course Answers

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;}

Correct Answer:

  •  .element {cursor: pointer;}

Latest Updates

No posts found in this category.