Prev Next

11i tables: rows-5

Fix the rows! Wrap each one in a <tr></tr> tag.

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

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