Answers for "how to change text colr when mouse hovers over table in HTML"

0

how to change text colr when mouse hovers over table in HTML

td:hover{ 
background-color:red;
color:white;
}
Posted by: Guest on October-28-2021

Code answers related to "how to change text colr when mouse hovers over table in HTML"

Browse Popular Code Answers by Language