You have to keep working on the table.
Change the content of the only cell to Course name.
Don’t add any other elements

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>
    <td>First row</td>
  </tr>
</table>