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

Related Articles
What is alternative of Iframe HTML Link Tutorial
How to point Mouse on HTML Text HTML Link Tutorial
How to make a link text short with screen fit HTML Link Tutorial


Read Full:
HTML Link Tutorial
Type:
Develop
Category:
Web Tutorial
Sub Category:
HTML Link Tutorial
Uploaded by:
Admin
Views:
140