×
×
Correct!

Add a table row at the end of the table, with two table cells.

The two table cells should have the value "Eve Jackson" and "94".

<table>
  <tr>
    <th>Name</th>
    <th>Age</th>
  </tr>
  <tr>
    <td>Jill Smith</td>
    <td>50</td>
  </tr>
  <tr>
    <td>Eve Jackson</td>
    <td>94</td>
  </tr>
</table>

Not Correct

Click here to try again.

Correct!

<table>
  <tr>
    <th>Name</th>
    <th>Age</th>
  </tr>
  <tr>
    <td>Jill Smith</td>
    <td>50</td>
  </tr>
  
    
    
  
</table>




×

Reset the Score?

This will reset the score of ALL 106 exercises.

Are you sure you want to continue?



×

Congratulations!

You have finished all 106 HTML exercises.

Share your score:



Get Certified!

Take our HTML Developer Certificate to prove that you have fundamental knowledge of web development using HTML.