how to hover over an individual cell in table css

CSS
td:hover {
  background-color: #ff0000;
  color: #000000;
}
Source

Also in CSS: