Answers for "how to change the mouse pointer to a hand in html"

CSS
18

css cursor pointer hover

.pointer {
  cursor: pointer;
}
Posted by: Guest on July-30-2020
0

cursor hand html

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

Code answers related to "how to change the mouse pointer to a hand in html"

Browse Popular Code Answers by Language