Assessment for "Planets Data"

I completed the following assessment: https://developer.mozilla.org/en-US/docs/Learn/HTML/Tables/Structuring_planet_data

Here’s my code: https://github.com/Toshu/MDN-Kurs-FrontendDeveloper/blob/master/PlanetData/planetsdata.html
(I hope it’s okay to use a github-repo)

Please review it. Thanks.

Hi there @ToshuAmashu!

I’ve looked over your code, and it looks pretty much perfect! Well done.

The only small thing I noticed was in this line:

<th colspan="2" scope="rowgroup">Dwarf planets</th>

rowgroup should probably be row, as this header is only over a single row.