There is a first column header and it must remain first.
Add two more columns to the header row:

  • Duration (month)
  • Lectures
    Use <th> tag fot each column.

This task is part of the Full-Stack JavaScript Course
If you have any issues with it, you can ask for community help below the post
Feel free to help others if you’ve already solved the task

index.html

<table>
  <tr>
    <th>Course name</th>
  </tr>
</table>