Help me in solving HTMLPR10 problem

My issue

i’ve written solution provided from your side still it was showing errors

My code

table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  padding: 10px;
  text-align: left;
  border: 1px solid #000000;
}

tr:hover {
  background-color: #f5f5f5;
}

Learning course: Learn HTML / CSS
Problem Link: Project - Style Tables in HTML / CSS