Prev Next

11l tables: full

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

<table>
  ...
  <tr>
    <td>First Name</td>
    ...
  </tr>

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