CSS Properties: How to create a custom cursor by means of a comma separated list of URLs?
Solution:
HTML Code:
Explanation:
- This HTML document sets the cursor style for a <span> element to a custom image specified by the URL "https://www.w3resource.com/images/favicon.png".
- If the custom cursor image is not available or cannot be loaded, the cursor will default to the auto cursor style.
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.