HTML Tables

<table>
  <tr>
    <th>Name</th>
    <th>Skill</th>
  </tr>
  <tr>
    <td>Yusuf</td>
    <td>Web Dev</td>
  </tr>
</table>