-1

I have some clickable buttons that I made show/hide some div tags, and they work, but how do I make the cursor change so they look clickable? I was thinking either an html link that goes nowhere for cosmetic purposes or some sort of cursor change tag. Can I just type

<a href=".."></a>
Daniel A. White
  • 187,200
  • 47
  • 362
  • 445
user281058
  • 151
  • 2
  • 7

1 Answers1

3

You can use CSS.

cursor: pointer;
Daniel A. White
  • 187,200
  • 47
  • 362
  • 445