Prev Next

11j tables: data-1

Fix the cells! Wrap each one in a <td></td> tag.

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

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