Answers for "html make cursor change to hand on hover"

CSS
0

css hover mouse hand

<style>
    li{
        cursor: pointer;
    }
</style>
Posted by: Guest on July-21-2021
0

cursor hand html

.MyDiv { cursor: pointer; }
Posted by: Guest on July-20-2021

Code answers related to "html make cursor change to hand on hover"

Browse Popular Code Answers by Language