Prev Next

11n tables: practice-2

Complete the table using <table></table>, <tr></tr>, and <td></td> tags.

<table>
  ...
  <tr>
    <th>English</th>
    ...
  </tr>

  <tr>
    <td>Jomo</td>
    ...
  </tr>
</table>
👉 Go to my code