Assessment for Structuring Planet Data please!

Hello,
Please assess: https://codepen.io/agerols/pen/rNYdLJv

Edit: here is the assessment page: https://developer.mozilla.org/en-US/docs/Learn/HTML/Tables/Structuring_planet_data

Thanks!

Hi @Ngolo7 and welcome to the community :wave:

Congratulations! Overall you did a great job with this exercise. :medal_sports:

Here are some small improvements:

  • You are missing the <tr> inside <thead> and the “Ice Giants” row.
  • I think &nbsp; aren’t necessary. You can just leave it empty like this <td></td>. (If using &nbsp; you also need the semicolon at the end).
  • When you use rowspan the scope should be rowgroup.

I think that’s all. :blush: I hope that helps!

Have a nice day,
Michael

Thanks so much for taking the time to review it! Appreciate the feedback.

1 Like