cursor

Draft

Definition

The cursor CSS property is used to specify the type of cursor to be displayed when hovering over an element. It allows you to change the default cursor appearance to indicate interactivity or provide visual feedback to the user. The property accepts a variety of values, such as pointer, text, default, grab, and many more.

For example, cursor: pointer; will change the cursor to a pointing hand when hovering over the element, indicating that it is clickable or interactive.