span without cursor code example
Example 1: css cursor pointer
cursor: pointer;
/* Mouse image is a hand */
Example 2: span cursor pointer
<span style="cursor:pointer"> </span>
cursor: pointer;
/* Mouse image is a hand */
<span style="cursor:pointer"> </span>