Home » Uncategorized » Change Mouse Pointer to Finger Example in HTML

Change Mouse Pointer to Finger Example in HTML

<html>
<head>
<style>
    .ges_link {
        cursor: pointer;
    }
</style>
<body>
<div class="ges_link">
    <span> On this mouse pointer turns to finger pointer.</span>
</div>
</body>
</html>

Subscribe our Rurban Life YouTube Channel.. "Rural Life, Urban LifeStyle"

Leave a Comment