Answers for "hover over table cell change color"

CSS
1

how to hover over an individual cell in table css

td:hover {
  background-color: #ff0000;
  color: #000000;
}
Posted by: Guest on June-10-2020

Code answers related to "hover over table cell change color"

Browse Popular Code Answers by Language