HTML : How to show the cursor hand when a user hovers over a list item?
<ul>
<li>1. America</li>
<li>2. England</li>
<li>3. Japan</li>
<li>4.India </li>
</ul>
how to show the cursor hand when hovering the li list tag? it should be done with HTML and CSS not with javascript