-
.element {cursor: pointer;} -
.element {cursor: hand;} -
.element {cursor: move-hand;} -
.element {cursor: pointer-hand;}
Correct Answer:
-
.element {cursor: pointer;}
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;}Correct Answer:
.element {cursor: pointer;}Latest Updates
No posts found in this category.