0 jignesh posted HTML : How to show the little hand on <a> href link how to put the little hand on the a href when i mouse over it what css need to apply for little hand on the <a href></a> ? <a href="#">My name is Sa</a> Edit Question
0 eclipse-learner answered Apr 18 '22 00:00 CSS : a { cursor: pointer; } make CSS by <a> tag, give cursor have properties pointer. Edit Answer