TAG
How to use onmouseover to display a hand cursor or pointer
Here is the code for this button
<button onmouseover=”this.style.cursor=’pointer’;”>I Change to a POINTER when the mouse is over me</button>
also works in the IMG tag
Enjoy,
Marcos
Remove Border from Image with HTML
Sometimes an image will have a default border around it.
To remove, use this code in the img tag
style=”border-style: none”
Done!