Horje
How to point Mouse on HTML Text

It will show Mouse Pointer when You will keep your Computer Mouse on a specific Text.


Simple Example

See the code.
index.html
Example: HTML
<style>
.pointer { cursor:pointer; color:blue;
}
</style>
<span class="pointer">Point Your Mouse</span>

Output should be:





html css

Type :
Develop
Category :
Web Tutorial
Sub Category :
HTML Link Tutorial
Uploaded by :
Admin