Html-tutorial - How to change color on mouseover, Change color onmouseover
How to change color on mouseover
Use CSS hover effect to change the color on mouseover.
.col{
text-decoration: none;
font-weight: bold;
color: #009900;
}
.col:hover{color: #CC0000;}
The topic on Html-tutorial - How to change color on mouseover is posted by - Math
Hope you have enjoyed, Html-tutorial - How to change color on mouseoverThanks for your time