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!
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
Congratulations! Overall you did a great job with this exercise.
Here are some small improvements:
<tr>
inside <thead>
and the “Ice Giants” row.
aren’t necessary. You can just leave it empty like this <td></td>
. (If using
you also need the semicolon at the end).rowspan
the scope
should be rowgroup
.I think that’s all. I hope that helps!
Have a nice day,
Michael
Thanks so much for taking the time to review it! Appreciate the feedback.