Help me in solving P2T1P3 problem

My issue

I have entered the correct solution yet giving error

Workout Routines

        <tr>
          <td>Push-ups</td>
          <td>A classic exercise that targets the chest, arms, and core.</td>
          <td><img src ="https://cdn-icons-png.flaticon.com/512/2548/2548530.png" alt="Push-ups"></td>
        </tr>
        <tr>
            <td>Squats</td>
            <td>A lower body exercise that target the legs and glutes.</td>
            <td><img src="https://cdn-icons-png.flaticon.com/512/3043/3043290.png" alt="Squats"></td>
        </tr>
        
      <tr>
          <td>Plank</td>
          <td>A core exercise that helps strengthen the abs and back.</td>
          <td><img src="https://cdn-icons-png.flaticon.com/512/2647/2647657.png" alt="Plank"></td>
      </tr>
    
  </table>

My code

// your code goes here

Learning course: Projects using HTML / CSS
Problem Link: Task - 3 Practice Problem in Projects using HTML / CSS

Workout Description Image

Your code was right. The judge was expecting some extra spaces. It is fixed now.