In HTML, You can customize Mouse Cursor with your image design, when you move on a page or object that you custom.

HTML Contents:
In this article, I will show you How to customize Mouse Cursor on a webpage using HTML, CSS, and JavaScript. In this article, I give credit to GTCoding. But I create HTML and add CSS (StyleSheet) with JS (Javascript) in a file, not split.
I create index.html with img folder, and in img folder has an image (custom-cursor.png), So you can download it.
Now, Please follow with me step by step:
1. Create index.html
2. Add CSS StyleSheet in Head tag <head></head>
3. Add JavaScript in Body tag <body></body>
4. Completed Code HTML/CSS/JS
Video tutorial:
Full source code, download here