Answers for "how to make the hover row of the table highlight in blue"

CSS
1

highlight table row on hover

tr:hover {
    background-color:#f5f5f5;
}
Posted by: Guest on November-04-2020

Code answers related to "how to make the hover row of the table highlight in blue"

Browse Popular Code Answers by Language