Computer Science, asked by bijukumarmnj5140, 1 year ago

How to set the type of cursor to display for the mouse pointer with JavaScript?

Answers

Answered by amreen48
0

element of your page from script, you can set the element's property element.style.cursor to one of the above values. (Alternatively, without JavaScript, you can use the attribute style="cursor:value;" in that element's HTML tag.)

Similar questions