Answers for "table cell html on hover attribute"

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

Browse Popular Code Answers by Language