CSS Properties: How to set the cursor so that it indicates that something can be grabbed using grabbing?
Solution:
HTML Code:
Explanation:
- This HTML document sets the cursor style for a <span> element to grabbing using CSS.
- When the user hovers over the <span> element, and the grabbing action is initiated (active state), the cursor will change to indicate that something can be grabbed.
Live Demo:
See the solution in the browser
Supported browser
![]() |
![]() |
![]() |
![]() |
![]() |
Yes | Yes | Yes | Yes | Yes |
What is the difficulty level of this exercise?
Test your Programming skills with w3resource's quiz.